Commit fb81bc32 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub

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

containers/docker: update to alpine 3.4
parents c646d287 51d4539a
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 && \
......
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 && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment