From 7e50f1776103d233a947553461d4437b80681e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Ramon=20Ma=C3=B1es?= Date: Fri, 21 Feb 2025 14:12:27 +0100 Subject: [PATCH] chore: bump go versoin to match the go.mod MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jose Ramon MaƱes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c99d372ebb..4f2c0e3084 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM docker.io/golang:1.23-alpine3.20 AS builder +FROM --platform=$BUILDPLATFORM docker.io/golang:1.23.5-alpine3.21 AS builder ARG TARGETPLATFORM ARG BUILDPLATFORM