Skip to content

Commit

Permalink
Update other version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
benaadams authored Jan 5, 2025
1 parent 6d00177 commit 0fa2e9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nethermind/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21 AS op
FROM golang:1.22 AS op

WORKDIR /app

Expand All @@ -9,6 +9,9 @@ RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
git switch -c branch-$VERSION && \
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'

# Install 'just'
RUN curl -sSfL 'https://just.systems/install.sh' | bash -s -- --to /usr/local/bin

RUN cd op-node && \
make VERSION=$VERSION op-node

Expand Down

0 comments on commit 0fa2e9b

Please sign in to comment.