Skip to content

Commit

Permalink
v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lachlan Evenson committed Apr 13, 2017
1 parent b997f46 commit 45bdbfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LABEL org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.build-date=$BUILD_DATE \
org.label-schema.docker.dockerfile="/Dockerfile"

ENV HELM_LATEST_VERSION="v2.3.0"
ENV HELM_LATEST_VERSION="v2.3.1"

RUN apk add --update ca-certificates \
&& apk add --update -t deps wget \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![](https://images.microbadger.com/badges/commit/lachlanevenson/k8s-helm.svg)](http://microbadger.com/images/lachlanevenson/k8s-helm "Get your own commit badge on microbadger.com")

# Supported tags and respective `Dockerfile` links
* `v2.3.0`, `latest` [(v2.3.0/Dockerfile)](https://github.com/lachie83/k8s-helm/blob/v2.3.0/Dockerfile)
* `v2.3.1`, `latest` [(v2.3.1/Dockerfile)](https://github.com/lachie83/k8s-helm/blob/v2.3.1/Dockerfile)
* `v2.2.2`, [(v2.2.2/Dockerfile)](https://github.com/lachie83/k8s-helm/blob/v2.2.2/Dockerfile)
* `v2.1.3`, [(v2.1.3/Dockerfile)](https://github.com/lachie83/k8s-helm/blob/v2.1.3/Dockerfile)
* `v2.0.2`, [(v2.0.2/Dockerfile)](https://github.com/lachie83/k8s-helm/blob/v2.0.2/Dockerfile)
Expand Down

0 comments on commit 45bdbfe

Please sign in to comment.