Skip to content

Commit

Permalink
Merge pull request #8 from immutable/nojira-update-docker-base-image
Browse files Browse the repository at this point in the history
Bump docker base image to 3.18.9
  • Loading branch information
wcgcyx authored Dec 5, 2024
2 parents 1f63d0a + ec72815 commit 98f90c6
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 @@ -16,7 +16,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:3.18.4
FROM alpine:3.18.9

RUN apk add --no-cache ca-certificates
COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/
Expand Down

0 comments on commit 98f90c6

Please sign in to comment.