pinning geth version

This commit is contained in:
Ian Maloney 2025-11-04 12:09:51 -05:00
parent 3477e8ff96
commit 308a6f0c32
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