This commit is contained in:
Sebastian
2024-12-08 07:44:02 +01:00
parent 84e1236582
commit 764a987395

View File

@@ -3,7 +3,7 @@ FROM golang:1.22 as op
WORKDIR /app
ARG OP_REPO=https://github.com/ethereum-optimism/optimism.git
ARG OP_VERSION=v1.10.10
ARG OP_VERSION=v1.10.1
ARG OP_PATCH