Skip to content

Commit

Permalink
Merge pull request #29 from dinushchathurya/v3.16.1
Browse files Browse the repository at this point in the history
feat: Update Helm version to v3.16.1
  • Loading branch information
dinushchathurya authored Sep 17, 2024
2 parents 3329808 + 5c3371e commit c297386
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.0"
LABEL version="3.16.1"

ENV HELM_VERSION="v3.16.0"
ENV HELM_VERSION="v3.16.1"

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 c297386

Please sign in to comment.