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:
commit
9945e6fa45
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user