Dockerfile: update Go to 1.21 (#28538)

pull/28539/head
Håvard Anda Estensen 10 months ago committed by GitHub
parent 5bf8769fb0
commit 8b78d6a7a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile.alltools

@ -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

Loading…
Cancel
Save