Pin geth version to 1.14.8
Some checks failed
Test Ethereum Fixturenet Stack / Run Ethereum Fixturenet stack test (pull_request) Successful in 19m37s
Test Ethereum Plugeth Fixturenet Stack / Test fixturenet-plugeth stack (ubuntu-latest) (pull_request) Successful in 30m6s
Test Ethereum Plugeth Fixturenet Stack / Test fixturenet-plugeth stack (ubuntu-latest-arm) (pull_request) Has been cancelled

This commit is contained in:
Nabarun 2024-10-17 09:25:22 +05:30
parent fca61c0981
commit 64d3fb8c92

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