Skip to content

Commit

Permalink
docker file use go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
welkin22 committed Apr 23, 2024
1 parent 37262be commit 6d7b454
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.20-alpine as builder
FROM golang:1.21-alpine as builder

RUN apk add --no-cache build-base libc-dev
RUN apk add --no-cache gcc musl-dev linux-headers git
Expand Down

0 comments on commit 6d7b454

Please sign in to comment.