File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed
Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 44 - DOCKERFILE=Dockerfile
55 - DOCKERFILE=Dockerfile-alpine
66script :
7- - docker build -f "$DOCKERFILE" -t citusdata/citus:9.1.0 .
7+ - docker build -f "$DOCKERFILE" -t citusdata/citus:9.1.1 .
Original file line number Diff line number Diff line change 1+ ### citus-docker v9.1.1.docker (December 19, 2019) ###
2+
3+ * Bump Citus version to 9.1.1
4+
15### citus-docker v9.1.0.docker (November 29, 2019) ###
26
37* Bump Citus version to 9.1.0
Original file line number Diff line number Diff line change 11FROM postgres:12.1
2- ARG VERSION=9.1.0
2+ ARG VERSION=9.1.1
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 11FROM postgres:12.1-alpine
2- ARG VERSION=9.1.0
2+ ARG VERSION=9.1.1
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:9.1.0 '
6+ image : ' citusdata/citus:9.1.1 '
77 ports : ["${MASTER_EXTERNAL_PORT:-5432}:5432"]
88 labels : ['com.citusdata.role=Master']
99 worker :
10- image : ' citusdata/citus:9.1.0 '
10+ image : ' citusdata/citus:9.1.1 '
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