From 11bb1cb6364e51393865d11d19d65bd9f8447533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 09:54:09 +0000 Subject: [PATCH] Bump golang from 1.24-alpine to 1.25-alpine (#626) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd2ea83..cab3128 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Copyright 2022 - offen.software # SPDX-License-Identifier: MPL-2.0 -FROM golang:1.24-alpine AS builder +FROM golang:1.25-alpine AS builder WORKDIR /app COPY . .