Skip to content

Commit

Permalink
docker: update pre-installed helm to v2.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zegl committed Aug 18, 2019
1 parent 4733785 commit abd5ea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/kube-score/helm.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:stretch as downloader

ARG HELM_VERSION=v2.14.1
ARG HELM_SHA256SUM="804f745e6884435ef1343f4de8940f9db64f935cd9a55ad3d9153d064b7f5896"
ARG HELM_VERSION=v2.14.3
ARG HELM_SHA256SUM="38614a665859c0f01c9c1d84fa9a5027364f936814d1e47839b05327e400bf55"

RUN apt-get update && \
apt-get install -y curl && \
Expand Down

0 comments on commit abd5ea0

Please sign in to comment.