containers/docker: update to alpine 3.4

This commit is contained in:
yep 2016-07-21 20:29:30 +02:00
parent 5f55d95aea
commit 6f54ea955e
2 changed files with 2 additions and 2 deletions

View file

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

View file

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