Make sure that we are running and testing latest versions of everything (#303)

This commit is contained in:
Alexander Kukushkin
2016-09-19 13:32:53 +02:00
committed by GitHub
parent 5c8399e4fa
commit 0b1bfeca5b
10 changed files with 17 additions and 20 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ RUN apt-get update -y \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/* /root/.cache
ENV ETCDVERSION 2.3.6
ENV ETCDVERSION 3.0.8
RUN curl -L https://github.com/coreos/etcd/releases/download/v${ETCDVERSION}/etcd-v${ETCDVERSION}-linux-amd64.tar.gz \
| tar xz -C /usr/local/bin --strip=1 --wildcards --no-anchored etcd etcdctl