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

containers/docker: update to alpine 3.4
pull/2853/head
Péter Szilágyi 8 years ago committed by GitHub
commit fb81bc3291
  1. 2
      containers/docker/develop-alpine/Dockerfile
  2. 2
      containers/docker/master-alpine/Dockerfile

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

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

Loading…
Cancel
Save