Skip to content

Commit c889705

Browse files
committed
Update op-node and op-geth for geth-based build
Updated op-node to v1.13.3 and op-geth to corresponding release v1.101511.0
1 parent 8cd6941 commit c889705

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

geth/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM golang:1.22 AS op
1+
FROM golang:1.23 AS op
22

33
WORKDIR /app
44

55
ENV 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
88
RUN 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
1515
RUN 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

2020
WORKDIR /app
2121

@@ -24,8 +24,8 @@ RUN apt-get update && \
2424
build-essential
2525

2626
ENV 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
2929
RUN git clone $REPO --branch $VERSION --single-branch . && \
3030
git switch -c branch-$VERSION && \
3131
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'

0 commit comments

Comments
 (0)