mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 14:06:45 +01:00
Merge pull request #2851 from yep/alpine-3-4
containers/docker: update to alpine 3.4
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user