Skip to content

Commit c2ecd9b

Browse files
dependabot[bot]brandond
authored andcommitted
Bump alpine from 3.22 to 3.23
Bumps alpine from 3.22 to 3.23. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.23' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6cd83b1 commit c2ecd9b

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
@@ -1,4 +1,4 @@
1-
FROM alpine:3.22 AS extract
1+
FROM alpine:3.23 AS extract
22
RUN apk add -U curl ca-certificates
33
ARG TARGETARCH
44
RUN if [ "${TARGETARCH}" = "arm/v7" ]; then \
@@ -31,7 +31,7 @@ RUN mkdir -p /go/src/github.com/helm/helm-mapkubeapis && \
3131
/go/src/github.com/helm/helm-mapkubeapis/config \
3232
/root/.local/share/helm/plugins/helm-mapkubeapis/
3333

34-
FROM alpine:3.22
34+
FROM alpine:3.23
3535
ARG BUILDDATE
3636
LABEL buildDate=$BUILDDATE
3737
RUN apk --no-cache upgrade && \

0 commit comments

Comments
 (0)