We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c02a6 commit 8c25a62Copy full SHA for 8c25a62
1 file changed
router/image/Dockerfile
@@ -5,8 +5,8 @@ ENV DEBIAN_FRONTEND noninteractive
5
# install common packages
6
RUN apt-get update && apt-get install -y curl net-tools sudo
7
8
-# install confd from https://github.com/deis/confd/tree/deis
9
-RUN curl -sSL -o /usr/local/bin/confd https://s3-us-west-2.amazonaws.com/opdemand/confd-git-4c50136 \
+# install confd
+RUN curl -sSL -o /usr/local/bin/confd https://github.com/kelseyhightower/confd/releases/download/v0.9.0/confd-0.9.0-linux-amd64 \
10
&& chmod +x /usr/local/bin/confd
11
12
0 commit comments