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 v7.1.2.docker (January 8, 2018) ###
2+
3+ * Bump Citus version to 7.1.2
4+
15### citus-docker v7.1.1-1.docker (December 5, 2017) ###
26
37* Bump Citus version to 7.1.1
Original file line number Diff line number Diff line change 11FROM postgres:10.1
2- ARG VERSION=7.1.1
2+ ARG VERSION=7.1.2
33LABEL maintainer="Citus Data https://citusdata.com" \
44 org.label-schema.name="Citus" \
55 org.label-schema.description="Scalable PostgreSQL for multi-tenant and real-time workloads" \
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ version: '2.1'
33services :
44 master :
55 container_name : " ${COMPOSE_PROJECT_NAME:-citus}_master"
6- image : ' citusdata/citus:7.1.1 '
6+ image : ' citusdata/citus:7.1.2 '
77 ports : ["${MASTER_EXTERNAL_PORT:-5432}:5432"]
88 labels : ['com.citusdata.role=Master']
99 worker :
10- image : ' citusdata/citus:7.1.1 '
10+ image : ' citusdata/citus:7.1.2 '
1111 labels : ['com.citusdata.role=Worker']
1212 depends_on : { manager: { condition: service_healthy } }
1313 manager :
You can’t perform that action at this time.
0 commit comments