mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
feat: bump go to fix docker configs
This commit is contained in:
parent
7cb1fc132d
commit
e20a351413
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
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 make
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue