Skip to content

Commit 4461ac6

Browse files
dependabot[bot]brandond
authored andcommitted
Bump alpine from 3.19 to 3.20 in /package
Bumps alpine from 3.19 to 3.20. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 44b8fc6 commit 4461ac6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.19 as extract
1+
FROM alpine:3.20 as extract
22
RUN apk add -U curl ca-certificates
33
ARG ARCH
44
RUN curl -sL https://get.helm.sh/helm-v2.17.0-linux-${ARCH}.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin
@@ -23,7 +23,7 @@ RUN mkdir -p /go/src/github.com/helm/helm-mapkubeapis && \
2323
/go/src/github.com/helm/helm-mapkubeapis/config \
2424
/root/.local/share/helm/plugins/helm-mapkubeapis/
2525

26-
FROM alpine:3.19
26+
FROM alpine:3.20
2727
ARG BUILDDATE
2828
LABEL buildDate=$BUILDDATE
2929
RUN apk --no-cache upgrade && \

0 commit comments

Comments
 (0)