Skip to content

Commit

Permalink
Update builder base image
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-j-h committed Jun 11, 2024
1 parent 7395f86 commit 8a95e73
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 @@ -4,7 +4,7 @@ ARG VERSION=""
ARG BUILDNUM=""

# Build Geth in a stock Go builder container
FROM golang:1.21-alpine as builder
FROM golang:1.22-alpine as builder

RUN apk add --no-cache gcc musl-dev linux-headers git

Expand Down

0 comments on commit 8a95e73

Please sign in to comment.