From 1e49962687c5e114557188761a7794d49b8d5be0 Mon Sep 17 00:00:00 2001 From: Andreas Fuchs Date: Thu, 24 Aug 2023 10:26:22 -0400 Subject: [PATCH] Bump the Dockerfile's go builder to 1.21 also --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 02bb006..f7a2772 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20 as builder +FROM golang:1.21 as builder WORKDIR /work ENV CGO_ENABLED=0