From 84b6510ab6500016d71a0540e2ea360eac00a02b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 06:03:53 +0000 Subject: [PATCH] chore: bump golang from 1.25.1-alpine to 1.25.3-alpine Bumps golang from 1.25.1-alpine to 1.25.3-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.3-alpine 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 ec39a89..96f5d86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax = docker/dockerfile:1.18 ######################################## -FROM --platform=${BUILDPLATFORM} golang:1.25.3-alpine AS builder +FROM --platform=${BUILDPLATFORM} golang:1.25.4-alpine AS builder RUN apk update && apk add --no-cache make ENV GO111MODULE=on WORKDIR /src