This commit is contained in:
Sebastian
2024-01-11 18:52:47 +01:00
parent 88887ce059
commit e150f73a50

View File

@@ -14,7 +14,7 @@ RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
RUN cd op-node && \ RUN cd op-node && \
make op-node make op-node
FROM golang:1.19 as geth FROM golang:1.20 as geth
WORKDIR /app WORKDIR /app