mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-23 12:07:17 +00:00
containers/docker: update to alpine 3.4
This commit is contained in:
parent
f273c64a94
commit
51d4539a79
@ -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 && \
|
||||||
|
@ -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 && \
|
||||||
|
Loading…
Reference in New Issue
Block a user