use go 1.21 image

This commit is contained in:
Roy Crihfield 2024-06-27 17:33:54 +08:00
parent d23db36129
commit 36b829a552

View File

@ -1,6 +1,6 @@
FROM ethpandaops/ethereum-genesis-generator:3.0.0 AS ethgen
FROM golang:1.20-alpine as builder
FROM golang:1.21-alpine as builder
RUN apk add --no-cache python3 py3-pip make bash envsubst jq