From ed14bbb0ee54c3103dd7d9aeeade82f88d2c2fe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 09:09:20 +0000 Subject: [PATCH] chore(deps): bump golang from 1.23-alpine to 1.25-alpine Bumps golang from 1.23-alpine to 1.25-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0d0717ca2..7f4b0dfba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM --platform=${TARGETPLATFORM:-linux/amd64} flant/jq:b6be13d5-musl as libjq # Go builder. -FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.23-alpine AS builder +FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.25-alpine AS builder ARG appVersion=latest