From e651f1b43d0a2bce72977340bf7d263108ee2d21 Mon Sep 17 00:00:00 2001 From: highperfocused Date: Sat, 27 Dec 2025 21:23:01 +0100 Subject: [PATCH] update Go version to 1.25.5 in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 229fc0a..07d2882 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ################################################################################ # Create a stage for building the application. -ARG GO_VERSION=1.24.2 +ARG GO_VERSION=1.25.5 FROM --platform=$BUILDPLATFORM golang:${GO_VERSION} AS build WORKDIR /src