From f9c9f2743c89d55a234f8cc46f23e139d51dfd9e Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Thu, 2 Apr 2026 16:00:25 +0100 Subject: [PATCH] Bump `go` to 1.25 in the Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6942fc1f2..99d873636 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # # base installs required dependencies and runs go mod download to cache dependencies # -FROM --platform=${BUILDPLATFORM} docker.io/golang:1.24-alpine AS base +FROM --platform=${BUILDPLATFORM} docker.io/golang:1.25-alpine AS base RUN apk --update --no-cache add bash build-base curl git #