We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da18cfb commit abe8027Copy full SHA for abe8027
1 file changed
Dockerfile
@@ -10,7 +10,7 @@ RUN curl -sSL -o /usr/local/bin/etcdctl https://s3-us-west-2.amazonaws.com/get-d
10
&& chmod +x /usr/local/bin/etcdctl
11
12
# install confd
13
-RUN curl -sSL -o /usr/local/bin/confd https://github.com/kelseyhightower/confd/releases/download/v0.9.0/confd-0.9.0-linux-amd64 \
+RUN curl -sSL -o /usr/local/bin/confd https://github.com/kelseyhightower/confd/releases/download/v0.10.0/confd-0.10.0-linux-amd64 \
14
&& chmod +x /usr/local/bin/confd
15
16
# define execution environment
0 commit comments