From e2131027d52fa496a1277ed663d4dc40cd7503ca Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Wed, 18 Sep 2024 08:47:46 +0200 Subject: [PATCH] update --- linea/erigon/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linea/erigon/Dockerfile b/linea/erigon/Dockerfile index 7c263a54..dee13482 100644 --- a/linea/erigon/Dockerfile +++ b/linea/erigon/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/golang:golang:1.22-bookworm AS builder +FROM docker.io/library/golang:1.22-bookworm AS builder RUN apk add --no-cache make g++ gcc musl-dev linux-headers git ARG ERIGON_VERSION=2.60 ARG ERIGON_REPOSITORY=https://github.com/erigontech/erigon.git