From fe511e54e8d2469a0c8d10b9387bc1d0fbbd8d93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 22:27:15 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.25.7 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 6e6a535..2e0c2f4 100644 --- a/Containerfile +++ b/Containerfile @@ -1,5 +1,5 @@ # Multi-stage build for matrix2acrobits -FROM golang:1.24.12-alpine AS builder +FROM golang:1.25.7-alpine AS builder WORKDIR /src # Cache go mod