From 5a3bc5d32537c434a9fae4e78d4d766f425903e3 Mon Sep 17 00:00:00 2001 From: Julie Bettens Date: Mon, 7 Oct 2024 18:52:59 +0200 Subject: [PATCH] pin Go 1.22 https://github.com/ethereum/go-ethereum/issues/30100 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0e177e7..6d5f4c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang +FROM golang:1.22 RUN apt-get update && \ apt-get install -y curl git tmux jq && \