From 30cfc44772289f4b4f046ab374ac49572122b18b Mon Sep 17 00:00:00 2001 From: Michael de Hoog Date: Thu, 1 Feb 2024 16:25:21 -1000 Subject: [PATCH] Update runtime container to Golang 1.21 (#188) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7684870..ccd9368 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN git clone $REPO --branch $VERSION --single-branch . && \ RUN go run build/ci.go install -static ./cmd/geth -FROM golang:1.20 +FROM golang:1.21 RUN apt-get update && \ apt-get install -y jq curl supervisor && \