Skip to content
This repository was archived by the owner on Jun 12, 2018. It is now read-only.

Commit 28c9041

Browse files
author
Sebastien Portebois
committed
Fix the new Consul-template install URLs
1 parent f503d4c commit 28c9041

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

consul/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV S6_OVERLAY_VERSION=1.9.1.3 CONSUL_TEMPLATE_VERSION=0.11.0 FILECONSUL_VERSION
88

99
# Install S6 Overlay, Consul Template and Fileconsul
1010
RUN curl -Ls https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-amd64.tar.gz | tar -xz -C / && \
11-
curl -Ls https://github.com/hashicorp/consul-template/releases/download/v${CONSUL_TEMPLATE_VERSION}/consul_template_${CONSUL_TEMPLATE_VERSION}_linux_amd64.zip -o consul-template.zip && unzip consul-template.zip -d /usr/local/bin && \
11+
curl -Ls https://releases.hashicorp.com/consul-template/${CONSUL_TEMPLATE_VERSION}/consul-template_${CONSUL_TEMPLATE_VERSION}_linux_amd64.zip -o consul-template.zip && unzip consul-template.zip -d /usr/local/bin && \
1212
rm -f consul-template* && \
1313
echo -ne "- with `consul-template -v 2>&1`\n" >> /root/.built
1414

0 commit comments

Comments
 (0)