From f6b8464b70a7d918b547e399e3b556bb44ec8415 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 14:40:01 +0000 Subject: [PATCH] Update golang Docker tag to v1.25 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0156e35..fb08257 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Use the offical golang image to create a binary. # This is based on Debian and sets the GOPATH to /go. # https://hub.docker.com/_/golang -FROM golang:1.23-alpine as builder +FROM golang:1.25-alpine as builder # Create and change to the app directory. WORKDIR /app