mirror of https://github.com/status-im/op-geth.git
Merge pull request #2851 from yep/alpine-3-4
containers/docker: update to alpine 3.4
This commit is contained in:
commit
fb81bc3291
|
@ -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…
Reference in New Issue