Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodsmileduck authored Apr 13, 2020
1 parent 42ffee7 commit 762f39c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="Serebrennikov Stanislav <goodsmileduck@gmail.com>" \
org.label-schema.name="helm chart push" \
org.label-schema.vendor="Serebrennikov Stanislav" \
org.label-schema.schema-version="1.0"
ENV HELM_VERSION v2.6.1
ENV HELM_VERSION v2.16.1
ENV HELM_PLUGIN_PUSH_VERSION v0.7.1
ENV HELM_HOME=/root/.helm

Expand All @@ -20,4 +20,4 @@ RUN apk add --virtual .helm-build-deps git make \
&& apk del --purge .helm-build-deps

COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 762f39c

Please sign in to comment.