We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3de075 commit 1b8d57dCopy full SHA for 1b8d57d
containers/golang/Dockerfile
@@ -1,6 +1,6 @@
1
-FROM frolvlad/alpine-go
+FROM alpine:3.6
2
3
-RUN apk add --no-cache bash
+RUN apk add --no-cache musl-dev bash go="1.8.4-r0"
4
5
COPY ./compile.sh /bin/compile.sh
6
COPY ./run.sh /bin/run.sh
0 commit comments