Geth 1.13 (Deneb/Cancun) update #264
@ -13,4 +13,5 @@ test
|
||||
scripts
|
||||
Dockerfile
|
||||
|
||||
**/node_modules
|
||||
**/node_modules
|
||||
build
|
@ -1,9 +1,9 @@
|
||||
FROM golang:1.19-alpine as debugger
|
||||
FROM golang:1.21-alpine as debugger
|
||||
|
||||
# Include dlv
|
||||
RUN go install github.com/go-delve/delve/cmd/dlv@latest
|
||||
|
||||
FROM golang:1.19-alpine as builder
|
||||
FROM golang:1.21-alpine as builder
|
||||
|
||||
RUN apk --update --no-cache add gcc musl-dev binutils-gold git
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user