File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1+ ### citus-docker v6.1.1 (May 16, 2017) ###
2+
3+ * Bump Citus version to 6.1.0
4+
5+ * Based on latest PostgreSQL 9.6.3 image and official Citus 6.1.1 package
6+
17### citus-docker v6.1.0 (February 10, 2017) ###
28
39* Bump Citus version to 6.1.0
Original file line number Diff line number Diff line change 1- FROM postgres:9.6.2
1+ FROM postgres:9.6.3
22MAINTAINER Citus Data https://citusdata.com
33
4- ENV CITUS_VERSION 6.1.0 .citus-1
4+ ENV CITUS_VERSION 6.1.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.1.0 '
6+ image : ' citusdata/citus:6.1.1 '
77 ports : ['5432:5432']
88 labels : ['com.citusdata.role=Master']
99 volumes : ['/var/run/postgresql']
1010 worker :
11- image : ' citusdata/citus:6.1.0 '
11+ image : ' citusdata/citus:6.1.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