This commit is contained in:
Sebastian
2023-10-22 09:55:13 +02:00
parent 357ca6e9ca
commit 3538395bed

View File

@@ -15,7 +15,7 @@ RUN cd op-node && \
make op-node
FROM docker.io/library/golang:1.20-alpine3.17 AS erigon
FROM docker.io/library/golang:1.20-alpine3.17 AS op-erigon
RUN apk add --no-cache make g++ gcc musl-dev linux-headers git
ARG ERIGON_VERSION=v2.48.1-0.1.11