We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 947463b commit 3852b2dCopy full SHA for 3852b2d
1 file changed
Dockerfile
@@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND noninteractive
6
RUN apk add --update-cache curl bash sudo && rm -rf /var/cache/apk/*
7
8
# install etcdctl
9
-RUN curl -sSL -o /usr/local/bin/etcdctl https://s3-us-west-2.amazonaws.com/opdemand/etcdctl-v0.4.6 \
+RUN curl -sSL -o /usr/local/bin/etcdctl https://s3-us-west-2.amazonaws.com/get-deis/etcdctl-v0.4.9 \
10
&& chmod +x /usr/local/bin/etcdctl
11
12
# install confd
0 commit comments