Skip to content

Commit b966cc4

Browse files
authored
Update op-stack to latest releases (#142)
1 parent 5f68f89 commit b966cc4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ FROM golang:1.20 as op
33
WORKDIR /app
44

55
ENV REPO=https://github.com/ethereum-optimism/optimism.git
6-
ENV VERSION=v1.3.0
6+
ENV VERSION=v1.3.1
77
# for verification:
8-
ENV COMMIT=96a24cc3f6f5bbbb8f42011988208619a41344fd
8+
ENV COMMIT=74ff044a9869e440aa270b65681182950576004e
99

1010
RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
1111
git switch -c branch-$VERSION && \
@@ -19,9 +19,9 @@ FROM golang:1.20 as geth
1919
WORKDIR /app
2020

2121
ENV REPO=https://github.com/ethereum-optimism/op-geth.git
22-
ENV VERSION=v1.101304.0
22+
ENV VERSION=v1.101304.1
2323
# for verification:
24-
ENV COMMIT=7b2e04673aaca3c33c78165d28089b4f5c456417
24+
ENV COMMIT=ed8e9f54ed0a5069e77ea34895ff12a9ac4ca17f
2525

2626
# avoid depth=1, so the geth build can read tags
2727
RUN git clone $REPO --branch $VERSION --single-branch . && \

0 commit comments

Comments
 (0)