containers/docker: update to alpine 3.4

This commit is contained in:
yep 2016-07-22 07:37:41 +02:00
parent f273c64a94
commit 51d4539a79
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 && \