This commit is contained in:
yep 2016-08-20 09:18:36 +00:00 committed by GitHub
commit 7283de56f9
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM alpine:3.3
FROM alpine:3.4
RUN \
apk add --update go git make gcc musl-dev && \

View file

@ -1,4 +1,4 @@
FROM alpine:3.3
FROM alpine:3.4
RUN \
apk add --update go git make gcc musl-dev && \