From 16ecb09ea9a10f1ed7091676c7d29b241da08f08 Mon Sep 17 00:00:00 2001 From: Stefan Majer Date: Mon, 9 Oct 2023 08:40:04 +0200 Subject: [PATCH] Go 1.21.2 (#68) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9cd28de..925931c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.1-bookworm as builder +FROM golang:1.21.2-bookworm as builder ENV COMMONDIR=/common \ IN_BUILDER=true \