update op stack to granite

This commit is contained in:
Sebastian
2024-09-06 16:53:18 +02:00
parent f55b51d47f
commit e1bf532680
2 changed files with 2 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ FROM golang:1.21 as op
WORKDIR /app
ARG OP_REPO=https://github.com/ethereum-optimism/optimism.git
ARG OP_VERSION=v1.9.0
ARG OP_VERSION=v1.9.1
# for verification:
@@ -19,7 +19,7 @@ FROM golang:1.21 as geth
WORKDIR /app
ARG GETH_REPO=https://github.com/ethereum-optimism/op-geth.git
ARG GETH_VERSION=v1.101315.3
ARG GETH_VERSION=v1.101408.0
# avoid depth=1, so the geth build can read tags
RUN git clone $GETH_REPO --branch $GETH_VERSION --single-branch . && \