We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6beba75 commit 68ee342Copy full SHA for 68ee342
tester/Dockerfile.geth
@@ -4,9 +4,9 @@ ARG GO_VERSION="1.13.8"
4
#https://golang.org/dl/
5
ARG GO_DOWNLOAD_SHA256="0567734d558aef19112f2b2873caa0c600f1b4a5827930eb5a7f35235219e9d8"
6
7
-ARG GETH_VERSION="1.9.11"
+ARG GETH_VERSION="1.9.25"
8
#this SHA was computed locally!
9
-ARG GETH_DOWNLOAD_SHA256="226cf65cda4eab3e66e8042c3d8bcee8ed07c619ae0ec2421ed4b0abe97bb055"
+ARG GETH_DOWNLOAD_SHA256="d7b733aeef4eba97f5351ba435001fa7365f55adabffdfdda909700335e98b0e"
10
11
# Geth requires Golang, Golang requires Glibc
12
RUN set -xe \
0 commit comments