Skip to content

Commit

Permalink
Bump python-consul version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Kukushkin committed Nov 24, 2016
1 parent 9ed34ec commit 8ecd961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -27,7 +27,7 @@ RUN apt-get update -y \

# Remove the default cluster, which Debian stupidly starts right after installation of the packages
&& pg_dropcluster --stop ${PGVERSION} main \
&& pip install python-etcd==0.4.3 python-consul==0.6.0 --upgrade \
&& pip install python-etcd==0.4.3 python-consul==0.6.1 --upgrade \

# Clean up
&& apt-get remove -y python-pip python-setuptools \
Expand Down

0 comments on commit 8ecd961

Please sign in to comment.