From 0e08212b9d262a33ff892522daa4217a29d92f5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 05:51:11 +0000 Subject: [PATCH] Bump golang from 1.25.3-alpine3.22 to 1.25.4-alpine3.22 Bumps golang from 1.25.3-alpine3.22 to 1.25.4-alpine3.22. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.4-alpine3.22 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 cedb41e..b842d57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM --platform=$BUILDPLATFORM golang:1.25.3-alpine3.22 AS build +FROM --platform=$BUILDPLATFORM golang:1.25.4-alpine3.22 AS build WORKDIR /application COPY . ./ ARG TARGETOS