This commit is contained in:
Sebastian
2024-09-18 08:19:19 +02:00
parent fbe02e26a2
commit 6af917da86
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
FROM docker.io/library/golang:1.20-alpine3.17 AS builder FROM docker.io/library/golang:1.20-alpine3.17 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=v2.51.0 ARG ERIGON_VERSION=v2.60.8
ARG ERIGON_REPOSITORY=https://github.com/ledgerwatch/erigon.git ARG ERIGON_REPOSITORY=https://github.com/ledgerwatch/erigon.git
RUN git clone --recurse-submodules -j8 $ERIGON_REPOSITORY RUN git clone --recurse-submodules -j8 $ERIGON_REPOSITORY

View File

@@ -325,7 +325,8 @@
"linea-besu" "linea-besu"
], ],
"archive": [ "archive": [
"geth-linea" "geth-linea",
"erigon-linea"
] ]
}, },
"lisk-sepolia": { "lisk-sepolia": {