We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c63b6 commit 59f3b7dCopy full SHA for 59f3b7d
1 file changed
router/Dockerfile
@@ -10,7 +10,7 @@ RUN curl -sSL -o /usr/local/bin/etcdctl https://s3-us-west-2.amazonaws.com/opdem
10
&& chmod +x /usr/local/bin/etcdctl
11
12
# install confd
13
-RUN curl -sSL -o /usr/local/bin/confd https://s3-us-west-2.amazonaws.com/opdemand/confd-v0.5.0-json \
+RUN curl -sSL -o /usr/local/bin/confd https://s3-us-west-2.amazonaws.com/opdemand/confd-git-b8e693c \
14
&& chmod +x /usr/local/bin/confd
15
16
WORKDIR /app
0 commit comments