We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7de564 commit 13443fdCopy full SHA for 13443fd
2 files changed
Dockerfile
@@ -17,8 +17,8 @@ FROM golang:1.19 as geth
17
WORKDIR /app
18
19
ENV REPO=https://github.com/ethereum-optimism/op-geth
20
-ENV VERSION=v1.101106.0
21
-ENV CHECKSUM=0273ea3226147ba5b04c1a6eff2d9da48e6bbff3a348b33fe13e7e34d88ba411
+ENV VERSION=v1.101200.1-rc.2
+ENV CHECKSUM=acdd027c85cf2edaec198f888a543445821182eaef461bc9d1a32527bd186ee3
22
ADD --checksum=sha256:$CHECKSUM $REPO/archive/$VERSION.tar.gz ./
23
24
RUN tar -xvf ./$VERSION.tar.gz --strip-components=1 && \
geth-entrypoint
@@ -64,5 +64,5 @@ exec ./geth \
64
--nat=extip:$HOST_IP \
65
--networkid="$CHAIN_ID" \
66
--rollup.sequencerhttp="$OP_GETH_SEQUENCER_HTTP" \
67
- --port="$P2P_PORT" \
+ --port="$P2P_PORT" \
68
$ADDITIONAL_ARGS # intentionally unquoted
0 commit comments