Skip to content

Commit

Permalink
Bump alpine from 3.17 to 3.18 in /package
Browse files Browse the repository at this point in the history
Bumps alpine from 3.17 to 3.18.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and brandond committed May 31, 2023
1 parent 964381e commit 645bb1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17 as extract
FROM alpine:3.18 as extract
RUN apk add -U curl ca-certificates
ARG ARCH
RUN curl https://get.helm.sh/helm-v2.17.0-linux-${ARCH}.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin
Expand All @@ -23,7 +23,7 @@ RUN mkdir -p /go/src/github.com/helm/helm-mapkubeapis && \
/go/src/github.com/helm/helm-mapkubeapis/config \
/root/.local/share/helm/plugins/helm-mapkubeapis/

FROM alpine:3.17
FROM alpine:3.18
ARG BUILDDATE
LABEL buildDate=$BUILDDATE
RUN apk --no-cache upgrade && \
Expand Down

0 comments on commit 645bb1e

Please sign in to comment.