Skip to content

Commit 404c449

Browse files
dependabot[bot]brandond
authored andcommitted
Bump alpine from 3.21 to 3.22
Bumps alpine from 3.21 to 3.22. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.22' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
1 parent c51ae00 commit 404c449

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21 AS extract
1+
FROM alpine:3.22 AS extract
22
RUN apk add -U curl ca-certificates
33
ARG TARGETARCH
44
RUN if [ "${TARGETARCH}" = "arm/v7" ]; then \
@@ -9,7 +9,7 @@ RUN if [ "${TARGETARCH}" = "arm/v7" ]; then \
99
curl -sL https://get.helm.sh/helm-v3.18.1-linux-${ARCH}.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin
1010
COPY entry /usr/bin/
1111

12-
FROM golang:1.24-alpine3.20 AS plugins
12+
FROM golang:1.24-alpine3.22 AS plugins
1313
RUN apk add -U curl ca-certificates build-base binutils-gold
1414
COPY --from=extract /usr/bin/helm /usr/bin/helm
1515
RUN mkdir -p /go/src/github.com/k3s-io/helm-set-status && \
@@ -26,7 +26,7 @@ RUN mkdir -p /go/src/github.com/helm/helm-mapkubeapis && \
2626
/go/src/github.com/helm/helm-mapkubeapis/config \
2727
/root/.local/share/helm/plugins/helm-mapkubeapis/
2828

29-
FROM alpine:3.21
29+
FROM alpine:3.22
3030
ARG BUILDDATE
3131
LABEL buildDate=$BUILDDATE
3232
RUN apk --no-cache upgrade && \

0 commit comments

Comments
 (0)