This commit is contained in:
Sebastian
2024-10-24 06:15:50 +02:00
parent 2531c6eab7
commit ad4887659a

View File

@@ -1,4 +1,4 @@
FROM golang:1.21 as op FROM golang:1.22 as op
WORKDIR /app WORKDIR /app
@@ -27,7 +27,7 @@ RUN git clone $GETH_REPO --branch $GETH_VERSION --single-branch . && \
RUN go run build/ci.go install -static ./cmd/geth RUN go run build/ci.go install -static ./cmd/geth
FROM golang:1.21 FROM golang:1.22
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y jq curl && \ apt-get install -y jq curl && \