From 32bb589c9d29026710c2a37a018fdffcdba02e8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 00:45:37 +0000 Subject: [PATCH] chore(deps): bump golang from 1.23-alpine3.21 to 1.25-alpine3.21 Bumps golang from 1.23-alpine3.21 to 1.25-alpine3.21. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25-alpine3.21 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 a1252518..a818eab2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=${TARGETPLATFORM:-linux/amd64} flant/jq:b6be13d5-musl as libjq # Go builder. -FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.23-alpine3.21 AS builder +FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.25-alpine3.21 AS builder ARG appVersion=latest RUN apk --no-cache add git ca-certificates gcc musl-dev libc-dev binutils-gold