Skip to content

Commit 90b1226

Browse files
dependabot[bot]brandond
authored andcommitted
Bump golang from 1.25-alpine3.24 to 1.26-alpine3.24
Bumps golang from 1.25-alpine3.24 to 1.26-alpine3.24. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26-alpine3.24 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9531b88 commit 90b1226

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN git clone --branch "${HELM_VERSION}" --depth 1 https://github.com/helm/helm.
1313
fi && \
1414
printf '%s\n' "${GIT_COMMIT}" > /src/helm/.git-commit
1515

16-
FROM --platform=$BUILDPLATFORM golang:1.25-alpine3.24 AS helm
16+
FROM --platform=$BUILDPLATFORM golang:1.26-alpine3.24 AS helm
1717
ARG TARGETOS
1818
ARG TARGETARCH
1919
ARG TARGETVARIANT
@@ -52,7 +52,7 @@ RUN case "${TARGETARCH}${TARGETVARIANT:+/${TARGETVARIANT}}" in \
5252
-o /usr/bin/helm ./cmd/helm
5353
COPY entry /usr/bin/
5454

55-
FROM --platform=$BUILDPLATFORM golang:1.25-alpine3.24 AS plugins
55+
FROM --platform=$BUILDPLATFORM golang:1.26-alpine3.24 AS plugins
5656
ARG TARGETPLATFORM
5757
ARG TARGETOS
5858
ARG TARGETARCH

0 commit comments

Comments
 (0)