Skip to content

Commit

Permalink
docker: update alpine on the helm image to v3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zegl committed Aug 18, 2019
1 parent 4733785 commit 31989c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kube-score/helm.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && \
tar xzvf helm.tar.gz && \
chmod +x /linux-amd64/helm

FROM alpine:3.4
FROM alpine:3.10.1
RUN apk update && \
apk upgrade && \
apk add bash ca-certificates
Expand Down

0 comments on commit 31989c4

Please sign in to comment.