Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/docker/develop/alpine…
Browse files Browse the repository at this point in the history
…-3.20' into sec-fixes
  • Loading branch information
rogarcia committed Jul 25, 2024
2 parents a33f988 + b059f49 commit 5ff77a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ WORKDIR /go-ethereum
RUN go run build/ci.go install -static ./cmd/geth

# Pull Geth into a second stage deploy alpine container
FROM alpine:3.19
FROM alpine:3.20

RUN apk add --no-cache ca-certificates

Expand Down

0 comments on commit 5ff77a9

Please sign in to comment.