Skip to content

Commit

Permalink
Update dependency helm/helm to v3.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 17, 2024
1 parent 17600e0 commit fe96d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt upgrade -y
RUN apt install -y curl git

# helm
ENV HELM_VERSION=v3.15.3
ENV HELM_VERSION=v3.15.4
RUN curl -fsSL -o /usr/local/bin/get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 && \
chmod +x /usr/local/bin/get_helm.sh && \
DESIRED_VERSION=${HELM_VERSION} get_helm.sh
Expand Down

0 comments on commit fe96d4a

Please sign in to comment.