Pin geth version to 1.14.8
(#22)
Part of [Create bridge channel in go-nitro](https://www.notion.so/Create-bridge-channel-in-go-nitro-22ce80a0d8ae4edb80020a8f250ea270) Reviewed-on: cerc-io/fixturenet-eth-stacks#22 Reviewed-by: ashwin <ashwin@noreply.git.vdb.to> Co-authored-by: Nabarun <nabarun@deepstacksoft.com> Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
This commit is contained in:
parent
fca61c0981
commit
3477e8ff96
@ -1,5 +1,5 @@
|
|||||||
FROM cerc/fixturenet-eth-genesis-postmerge:local as fnetgen
|
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
|
# 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
|
FROM golang:1.21-alpine as delve
|
||||||
|
Loading…
Reference in New Issue
Block a user