Skip to content

Commit

Permalink
Update consul-template to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevendborrelli committed Apr 29, 2015
1 parent 578c1a1 commit 0fdf345
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM gliderlabs/alpine

MAINTAINER Chris Aubuchon <[email protected]>

ENV CONSUL_TEMPLATE_VERSION 0.8.0
ENV CONSUL_TEMPLATE_VERSION 0.9.0

ADD https://github.com/hashicorp/consul-template/releases/download/v${CONSUL_TEMPLATE_VERSION}/consul-template_${CONSUL_TEMPLATE_VERSION}_linux_amd64.tar.gz /

Expand All @@ -11,3 +11,5 @@ RUN tar zxvf consul-template_${CONSUL_TEMPLATE_VERSION}_linux_amd64.tar.gz && \
rm -rf /consul-template_${CONSUL_TEMPLATE_VERSION}_linux_amd64.tar.gz && \
rm -rf /consul-template_${CONSUL_TEMPLATE_VERSION}_linux_amd64 && \
mkdir -p /consul-template /consul-template/config.d /consul-template/templates

CMD [ "/usr/local/bin/consul-template"]

0 comments on commit 0fdf345

Please sign in to comment.