Skip to content

Commit 41d3f93

Browse files
author
Michael de Hoog
authored
Fix SHA checksum (#61)
1 parent 8a89cf0 commit 41d3f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ WORKDIR /app
1818

1919
ENV REPO=https://github.com/ethereum-optimism/op-geth
2020
ENV VERSION=v1.101106.0-rc.3
21-
ENV CHECKSUM=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
21+
ENV CHECKSUM=0d4e95ec9d11f506a84e5b23d1c2b3c6c657612fa7ce1760e4df4b35ed1b52a7
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)