Skip to content

Commit

Permalink
feat: Update Helm version to v3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dinushchathurya committed Sep 17, 2024
1 parent 4cd71ca commit 063715d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM projectoss/alpine:3.20.0
LABEL maintainer="projectoss-dinushchathurya"
LABEL description="Docker image for Helm"
LABEL version="3.15.4"
LABEL version="3.16.0"

ENV HELM_VERSION="v3.15.4"
ENV HELM_VERSION="v3.16.0"

RUN apk add --no-cache ca-certificates bash git gnupg jq py-pip
RUN apk add --update -t deps curl gettext
Expand Down

0 comments on commit 063715d

Please sign in to comment.