Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-wang-cb committed Feb 18, 2025
1 parent c98647c commit 643db27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reth/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM golang:1.22 AS op
WORKDIR /app

ENV REPO=https://github.com/ethereum-optimism/optimism.git
ENV VERSION=op-node/v1.11.0
ENV VERSION=v1.11.0
ENV COMMIT=70fa4491f45b3d5d493394da2a154e3f22b61a5a
RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
git switch -c branch-$VERSION && \
Expand Down

0 comments on commit 643db27

Please sign in to comment.