Skip to content

Commit 3e5afd0

Browse files
update the cpp image
Signed-off-by: Arnav Gupta <arnav@codingblocks.com>
1 parent 455b741 commit 3e5afd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

containers/cpp/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM alpine:3.6
1+
FROM alpine:3.8
22

3-
RUN apk add --no-cache g++ musl-dev bash
3+
RUN apk add --no-cache g++=6.4.0-r8 musl-dev bash
44
COPY ./compile.sh /bin/compile.sh
55
COPY ./run.sh /bin/run.sh
66
RUN chmod 777 /bin/compile.sh; \

0 commit comments

Comments
 (0)