From 39d63ad3f86a3a5de34664a872affeebf533f8d9 Mon Sep 17 00:00:00 2001 From: bump Date: Wed, 6 Dec 2023 16:01:57 +0000 Subject: [PATCH] Update golang to 1.21.5 from 1.21.4 Release notes https://golang.org/doc/devel/release.html --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b4f329..4bee2d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # bump: golang /FROM golang:([\d.]+)/ docker:golang|^1 # bump: golang link "Release notes" https://golang.org/doc/devel/release.html -FROM golang:1.21.4-bookworm AS builder +FROM golang:1.21.5-bookworm AS builder # patch is used by cmd/bump/main_test.sh to test diff RUN apt update && apt install -y patch