File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ ### citus-docker v6.0.1 (December 1, 2016) ###
2+
3+ * Bump Citus version to 6.0.1
4+
15### citus-docker v6.0.0 (November 9, 2016) ###
26
37* Bump Citus version to 6.0.0
Original file line number Diff line number Diff line change 11FROM postgres:9.6.1
22MAINTAINER Citus Data https://citusdata.com
33
4- ENV CITUS_VERSION 6.0.0 .citus-1
4+ ENV CITUS_VERSION 6.0.1 .citus-1
55
66# install Citus
77RUN apt-get update \
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ version: '2'
33services :
44 master :
55 container_name : ' citus_master'
6- image : ' citusdata/citus:6.0.0 '
6+ image : ' citusdata/citus:6.0.1 '
77 ports : ['5432:5432']
88 labels : ['com.citusdata.role=Master']
99 volumes : ['/var/run/postgresql']
1010 worker :
11- image : ' citusdata/citus:6.0.0 '
11+ image : ' citusdata/citus:6.0.1 '
1212 labels : ['com.citusdata.role=Worker']
1313 config :
1414 container_name : ' citus_config'
You can’t perform that action at this time.
0 commit comments