Skip to content

Commit

Permalink
upgrade op-geth to v1.101106.0-rc.3 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Bayardo authored Jun 22, 2023
1 parent fdafc9c commit 8a89cf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ FROM golang:1.19 as geth
WORKDIR /app

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

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

0 comments on commit 8a89cf0

Please sign in to comment.