From c43ea7502857452cdef505bd75b3647094779d3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 17:58:05 +0000 Subject: [PATCH] Bump golang from 1.24-alpine3.22 to 1.25-alpine3.22 Bumps golang from 1.24-alpine3.22 to 1.25-alpine3.22. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25-alpine3.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 30d6b977..038af288 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.24-alpine3.22 AS builder +FROM golang:1.25-alpine3.22 AS builder RUN apk add --no-cache bash git gcc musl-dev @@ -13,7 +13,7 @@ FROM scratch AS binary COPY --from=builder /src/bin/helm-controller /bin/ # Dev stage for package, testing, and validation -FROM golang:1.24-alpine3.22 AS dev +FROM golang:1.25-alpine3.22 AS dev ARG ARCH ENV ARCH=$ARCH RUN apk add --no-cache bash git gcc musl-dev curl