From 531dac464a19ba36466bef68a3024c751e9db93a Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Tue, 10 Dec 2024 20:43:24 +0000 Subject: [PATCH] chore: Bump Golang version to 1.23.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ed36fa4..27ecf53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.3 AS build +FROM golang:1.23.4 AS build ## (DL3008)Ignore lint error about apt pinned packages, as we always want the latest version of these tools ## and the risk of a breaking behavior is evaluated as low