Pin geth version to 1.14.8 #22

Merged
ashwin merged 1 commits from deep-stack/fixturenet-eth-stacks:ng-pin-eth-version into main 2024-10-30 06:50:43 +00:00

View File

@ -1,5 +1,5 @@
FROM cerc/fixturenet-eth-genesis-postmerge:local as fnetgen
FROM ethereum/client-go:release-1.14 as geth
FROM ethereum/client-go:v1.14.8 as geth
# Using the same golang image as used to build geth: https://github.com/cerc-io/go-ethereum/blob/HEAD/Dockerfile
FROM golang:1.21-alpine as delve