mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Merge pull request #2 from 0xETHengineer/snyk-fix-9dc67898f26dd2eeb5aee6f534ee7cea
[Snyk] Security upgrade alpine from latest to 3.18.3
This commit is contained in:
commit
1965ea3846
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ ADD . /go-ethereum
|
|||
RUN cd /go-ethereum && go run build/ci.go install -static ./cmd/geth
|
||||
|
||||
# Pull Geth into a second stage deploy alpine container
|
||||
FROM alpine:latest
|
||||
FROM alpine:3.18.3
|
||||
|
||||
RUN apk add --no-cache ca-certificates
|
||||
COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/
|
||||
|
|
|
|||
Loading…
Reference in a new issue