Skip to content

Commit 3852b2d

Browse files
committed
chore(*): update etcdctl to v0.4.9
1 parent 947463b commit 3852b2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND noninteractive
66
RUN apk add --update-cache curl bash sudo && rm -rf /var/cache/apk/*
77

88
# install etcdctl
9-
RUN curl -sSL -o /usr/local/bin/etcdctl https://s3-us-west-2.amazonaws.com/opdemand/etcdctl-v0.4.6 \
9+
RUN curl -sSL -o /usr/local/bin/etcdctl https://s3-us-west-2.amazonaws.com/get-deis/etcdctl-v0.4.9 \
1010
&& chmod +x /usr/local/bin/etcdctl
1111

1212
# install confd

0 commit comments

Comments
 (0)