mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
cmd, internal/build,docker:tag final stage docker image
This commit is contained in:
parent
af16ca177f
commit
390d83da9b
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ ADD . /go-ethereum
|
|||
RUN cd /go-ethereum && make geth
|
||||
|
||||
# Pull Geth into a second stage deploy alpine container
|
||||
FROM alpine:latest
|
||||
FROM alpine:3.10
|
||||
|
||||
RUN apk add --no-cache ca-certificates
|
||||
COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ ADD . /go-ethereum
|
|||
RUN cd /go-ethereum && make all
|
||||
|
||||
# Pull all binaries into a second stage deploy alpine container
|
||||
FROM alpine:latest
|
||||
FROM alpine:3.10
|
||||
|
||||
RUN apk add --no-cache ca-certificates
|
||||
COPY --from=builder /go-ethereum/build/bin/* /usr/local/bin/
|
||||
|
|
|
|||
Loading…
Reference in a new issue