This commit is contained in:
Sebastian
2024-10-24 06:16:42 +02:00
parent ad4887659a
commit 2bc376f8e8

View File

@@ -14,7 +14,7 @@ RUN git clone $OP_REPO --branch op-node/$OP_VERSION --single-branch . && \
RUN cd op-node && \ RUN cd op-node && \
make op-node make op-node
FROM golang:1.21 as geth FROM golang:1.22 as geth
WORKDIR /app WORKDIR /app