Merge pull request #2851 from yep/alpine-3-4

containers/docker: update to alpine 3.4
This commit is contained in:
Péter Szilágyi 2016-07-22 12:18:22 +03:00 committed by GitHub
commit fb81bc3291
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 && \