Skip to content

Commit

Permalink
Merge branch 'release-6.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmp85 committed Jul 17, 2017
2 parents 017d827 + 0ce3d8a commit bd65d22
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 v6.2.3 (Jul 14, 2017) ###

* Bump Citus version to 6.2.3

### citus-docker v6.2.2 (Jun 6, 2017) ###

* Bump Citus version to 6.2.2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM postgres:9.6.3
MAINTAINER Citus Data https://citusdata.com

ENV CITUS_VERSION 6.2.2.citus-1
ENV CITUS_VERSION 6.2.3.citus-1

# install Citus
RUN apt-get update \
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ version: '2'
services:
master:
container_name: 'citus_master'
image: 'citusdata/citus:6.2.2'
image: 'citusdata/citus:6.2.3'
ports: ['5432:5432']
labels: ['com.citusdata.role=Master']
volumes: ['/var/run/postgresql']
worker:
image: 'citusdata/citus:6.2.2'
image: 'citusdata/citus:6.2.3'
labels: ['com.citusdata.role=Worker']
config:
container_name: 'citus_config'
Expand Down

0 comments on commit bd65d22

Please sign in to comment.