From 14eb13b3e28fc9f27559fc2405278f95495a6846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 09:14:03 +0000 Subject: [PATCH] Bump golang from 1.22-alpine3.20 to 1.23-alpine3.20 in /package Bumps golang from 1.22-alpine3.20 to 1.23-alpine3.20. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/Dockerfile b/package/Dockerfile index 30618ce..d5dcf3d 100644 --- a/package/Dockerfile +++ b/package/Dockerfile @@ -4,7 +4,7 @@ ARG ARCH RUN curl -sL https://get.helm.sh/helm-v3.15.3-linux-${ARCH}.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin COPY entry /usr/bin/ -FROM golang:1.22-alpine3.20 as plugins +FROM golang:1.23-alpine3.20 as plugins RUN apk add -U curl ca-certificates build-base binutils-gold ARG ARCH COPY --from=extract /usr/bin/helm /usr/bin/helm