From f84fb02965061d9350702140e755950013d8cb68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 05:45:47 +0000 Subject: [PATCH] Bump golang from 1.25.6-alpine3.23 to 1.25.7-alpine3.23 Bumps golang from 1.25.6-alpine3.23 to 1.25.7-alpine3.23. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.7-alpine3.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5b73a64..76e0962 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM --platform=$BUILDPLATFORM golang:1.25.6-alpine3.23 AS build +FROM --platform=$BUILDPLATFORM golang:1.25.7-alpine3.23 AS build WORKDIR /application COPY . ./ ARG TARGETOS