use go 1.21 image
Some checks failed
Test Ethereum Plugeth Fixturenet Stack / Test fixturenet-plugeth stack (push) Failing after 11m59s
Test Ethereum Fixturenet Stack / Run Ethereum Fixturenet stack test (push) Failing after 13m41s

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