From eae5b5f7c7bdb2814a122aefa9351279f141eba7 Mon Sep 17 00:00:00 2001 From: Yorick Downe Date: Wed, 23 Aug 2023 09:27:52 +0000 Subject: [PATCH] Prysm source build uses Go 1.21 --- prysm/Dockerfile.source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prysm/Dockerfile.source b/prysm/Dockerfile.source index aed510fa..44a9f646 100644 --- a/prysm/Dockerfile.source +++ b/prysm/Dockerfile.source @@ -1,5 +1,5 @@ # Build Prysm in a stock Go build container -FROM golang:1.20-bookworm as builder +FROM golang:1.21-bookworm as builder # Here only to avoid build-time errors ARG DOCKER_TAG