We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd6941 commit b7d0dacCopy full SHA for b7d0dac
1 file changed
geth/Dockerfile
@@ -1,10 +1,10 @@
1
-FROM golang:1.22 AS op
+FROM golang:1.23 AS op
2
3
WORKDIR /app
4
5
ENV REPO=https://github.com/ethereum-optimism/optimism.git
6
-ENV VERSION=v1.13.2
7
-ENV COMMIT=c8b9f62736a7dad7e569719a84c406605f4472e6
+ENV VERSION=v1.13.3
+ENV COMMIT=b1e7c63bb2ffea46771c302bcb05f72ba1a7bf61
8
RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
9
git switch -c branch-$VERSION && \
10
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
0 commit comments