mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Merge pull request #5 from OKEAMAH/snyk-fix-55757221913680b10ae00743b53bec40
[Snyk] Security upgrade alpine from latest to 3.20.3
This commit is contained in:
commit
900b080485
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
|
||||
|
||||
# Pull all binaries into a second stage deploy alpine container
|
||||
FROM alpine:latest
|
||||
FROM alpine:3.20.3
|
||||
|
||||
RUN apk add --no-cache ca-certificates
|
||||
COPY --from=builder /go-ethereum/build/bin/* /usr/local/bin/
|
||||
|
|
|
|||
Loading…
Reference in a new issue