From 0e9d122286cf911dfaf127da5589ce91eded784e Mon Sep 17 00:00:00 2001 From: jasonBirchall Date: Wed, 29 Jan 2025 14:10:33 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=20Bump=20the=20Go=20version=20in?= =?UTF-8?q?=20the=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dbdde428..25db6324 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG go_registry="" -ARG go_version=1.22 +ARG go_version=1.23.5 ARG go_tag_suffix=-alpine FROM --platform=$TARGETPLATFORM ${go_registry}golang:${go_version}${go_tag_suffix} AS builder