Skip to content

Commit

Permalink
Dockerfile: update Go to 1.21 (ethereum#28538)
Browse files Browse the repository at this point in the history
  • Loading branch information
estensen authored and Dergarcon committed Jan 31, 2024
1 parent ab1d28a commit bff99a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.alltools
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.20-alpine as builder
FROM golang:1.21-alpine as builder

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

Expand Down

0 comments on commit bff99a9

Please sign in to comment.