Skip to content

Commit

Permalink
feat: Update Helm version to v.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dinushchathurya committed Nov 14, 2024
1 parent dee3294 commit a7d8435
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.16.2"
LABEL version="3.16.3"

ENV HELM_VERSION="v3.16.2"
ENV HELM_VERSION="v3.16.3"

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 a7d8435

Please sign in to comment.