File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- FROM golang:1.22 AS op
1+ FROM golang:1.23 AS op
22
33WORKDIR /app
44
55ENV REPO=https://github.com/ethereum-optimism/optimism.git
6- ENV VERSION=v1.13.2
7- ENV COMMIT=c8b9f62736a7dad7e569719a84c406605f4472e6
6+ ENV VERSION=v1.13.3
7+ ENV COMMIT=b1e7c63bb2ffea46771c302bcb05f72ba1a7bf61
88RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
99 git switch -c branch-$VERSION && \
1010 bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
@@ -15,7 +15,7 @@ RUN curl -sSfL 'https://just.systems/install.sh' | bash -s -- --to /usr/local/bi
1515RUN cd op-node && \
1616 make VERSION=$VERSION op-node
1717
18- FROM golang:1.22 AS geth
18+ FROM golang:1.23 AS geth
1919
2020WORKDIR /app
2121
@@ -24,8 +24,8 @@ RUN apt-get update && \
2424 build-essential
2525
2626ENV REPO=https://github.com/ethereum-optimism/op-geth.git
27- ENV VERSION=v1.101503.4
28- ENV COMMIT=2b9abb39077cb88f6e8a513f09a5ea2c2569dfed
27+ ENV VERSION=v1.101511.0
28+ ENV COMMIT=68075997f33907401a93216aa426514c5ddc8870
2929RUN git clone $REPO --branch $VERSION --single-branch . && \
3030 git switch -c branch-$VERSION && \
3131 bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
You can’t perform that action at this time.
0 commit comments