This commit is contained in:
Sebastian
2024-09-18 08:40:24 +02:00
parent 56fed20b4e
commit 832a4f09fa

View File

@@ -1,6 +1,6 @@
FROM docker.io/library/golang:1.22-alpine3.20 AS builder FROM docker.io/library/golang:1.22-alpine3.20 AS builder
RUN apk add --no-cache make g++ gcc musl-dev linux-headers git RUN apk add --no-cache make g++ gcc musl-dev linux-headers git
ARG ERIGON_VERSION=2.60.8 ARG ERIGON_VERSION=2.60
ARG ERIGON_REPOSITORY=https://github.com/erigontech/erigon.git ARG ERIGON_REPOSITORY=https://github.com/erigontech/erigon.git
RUN git clone --branch release/$ERIGON_VERSION --single-branch $ERIGON_REPOSITORY RUN git clone --branch release/$ERIGON_VERSION --single-branch $ERIGON_REPOSITORY