Skip to content

Commit

Permalink
Bump Citus to 6.1.1, PostgreSQL to 9.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmp85 committed May 17, 2017
1 parent 3a49fd7 commit e4b9bec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### citus-docker v6.1.1 (May 16, 2017) ###

* Bump Citus version to 6.1.0

* Based on latest PostgreSQL 9.6.3 image and official Citus 6.1.1 package

### citus-docker v6.1.0 (February 10, 2017) ###

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

ENV CITUS_VERSION 6.1.0.citus-1
ENV CITUS_VERSION 6.1.1.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.1.0'
image: 'citusdata/citus:6.1.1'
ports: ['5432:5432']
labels: ['com.citusdata.role=Master']
volumes: ['/var/run/postgresql']
worker:
image: 'citusdata/citus:6.1.0'
image: 'citusdata/citus:6.1.1'
labels: ['com.citusdata.role=Worker']
config:
container_name: 'citus_config'
Expand Down

0 comments on commit e4b9bec

Please sign in to comment.