Skip to content

Commit 9bd0122

Browse files
author
wbnns
authored
refactor(reth/Dockerfile): Reference tag not branch (#455)
This will avoid a mismatch error when the commit is no longer the latest on main; this should be updated to a new tag and commit hash each time we have a new version we want to release
1 parent de4d3d4 commit 9bd0122

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reth/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN apt-get update && apt-get -y upgrade && \
3939
rm -rf /var/lib/apt/lists/*
4040

4141
ENV REPO=https://github.com/base/node-reth.git
42-
ENV VERSION=main
42+
ENV VERSION=v0.1.0
4343
ENV COMMIT=3f3d84634cb3fccd429a9df6ea039a77be2b907b
4444
RUN git clone $REPO --branch $VERSION --single-branch . && \
4545
git switch -c branch-$VERSION && \

0 commit comments

Comments
 (0)