We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bee168 + 3852b2d commit b777ba2Copy full SHA for b777ba2
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