Merge pull request 'pinning geth version' (#23) from feature/pin-delve-version into main

Reviewed-on: cerc-io/fixturenet-eth-stacks#23
Reviewed-by: Roy Crihfield <roy@manteia.ltd>
This commit is contained in:
rachmaninovquar 2025-11-06 02:59:20 +00:00
commit 9945e6fa45
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ 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
RUN go install github.com/go-delve/delve/cmd/dlv@latest
RUN go install github.com/go-delve/delve/cmd/dlv@v1.22.1
FROM alpine:3.17

View File

@ -2,7 +2,7 @@ FROM cerc/fixturenet-eth-genesis-postmerge:local as fnetgen
# 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
RUN go install github.com/go-delve/delve/cmd/dlv@latest
RUN go install github.com/go-delve/delve/cmd/dlv@v1.22.1
FROM cerc/plugeth-statediff:local as statediff
# FIXME: fork of plugeth, use stock after upstreaming patches