Skip to content

Commit

Permalink
Merge pull request #49 from citusdata/release-7.0.3-master
Browse files Browse the repository at this point in the history
Bump Citus to 7.0.3
  • Loading branch information
Burak Yücesoy authored Oct 19, 2017
2 parents a698999 + 939e970 commit d95bfb0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### citus-docker v7.0.3 (October 18, 2017) ###

* Bump Citus version to 7.0.3

### citus-docker v7.0.2 (October 2, 2017) ###

* Bump Citus version to 7.0.2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM postgres:9.6.5
ARG VERSION=7.0.2
ARG VERSION=7.0.3
LABEL maintainer="Citus Data https://citusdata.com" \
org.label-schema.name="Citus" \
org.label-schema.description="Scalable PostgreSQL for multi-tenant and real-time workloads" \
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ version: '2.1'
services:
master:
container_name: "${COMPOSE_PROJECT_NAME:-citus}_master"
image: 'citusdata/citus:7.0.2'
image: 'citusdata/citus:7.0.3'
ports: ["${MASTER_EXTERNAL_PORT:-5432}:5432"]
labels: ['com.citusdata.role=Master']
worker:
image: 'citusdata/citus:7.0.2'
image: 'citusdata/citus:7.0.3'
labels: ['com.citusdata.role=Worker']
depends_on: { manager: { condition: service_healthy } }
manager:
Expand Down

0 comments on commit d95bfb0

Please sign in to comment.