Skip to content

Commit b777ba2

Browse files
committed
Merge pull request #3789 from mboersma/update-etcdctl
chore(*): update etcdctl to v0.4.9
2 parents 3bee168 + 3852b2d commit b777ba2

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)