Skip to content

Commit

Permalink
Merge #173 #174
Browse files Browse the repository at this point in the history
173: docker: update pre-installed helm to v2.14.3 r=zegl a=zegl

```
RELNOTE: update helm to v2.14.3
```


174: docker: update alpine on the helm image to v3.10.1 r=zegl a=zegl

```
RELNOTE: update alpine to v3.10.1
```


Co-authored-by: Gustav Westling <[email protected]>
  • Loading branch information
bors[bot] and zegl authored Aug 18, 2019
3 parents 4733785 + abd5ea0 + 31989c4 commit 714217f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 All @@ -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 714217f

Please sign in to comment.