Skip to content

Commit 8a89cf0

Browse files
author
Roberto Bayardo
authored
upgrade op-geth to v1.101106.0-rc.3 (#60)
1 parent fdafc9c commit 8a89cf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ FROM golang:1.19 as geth
1717
WORKDIR /app
1818

1919
ENV REPO=https://github.com/ethereum-optimism/op-geth
20-
ENV VERSION=v1.101105.3
21-
ENV CHECKSUM=1749e8a8aaaccfc8a03e4983f263cd9834788039c9f2187c93af4a27a08dc199
20+
ENV VERSION=v1.101106.0-rc.3
21+
ENV CHECKSUM=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2222
ADD --checksum=sha256:$CHECKSUM $REPO/archive/$VERSION.tar.gz ./
2323

2424
RUN tar -xvf ./$VERSION.tar.gz --strip-components=1 && \

0 commit comments

Comments
 (0)