Skip to content

Commit

Permalink
Merge pull request #200 from covalenthq/fix-ssl-cve
Browse files Browse the repository at this point in the history
fix alpine image tag in Dockerfile (should be same as upstream) to ad…
  • Loading branch information
noslav authored Jun 11, 2024
2 parents e4bb259 + 19c37b9 commit 054d03a
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.15.7
FROM alpine:3.19

RUN apk add --no-cache ca-certificates

Expand Down

0 comments on commit 054d03a

Please sign in to comment.