Skip to content

Commit

Permalink
Bump to 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Burak Yucesoy committed Dec 1, 2016
1 parent c3b6fa6 commit f9e1cba
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.0.1 (December 1, 2016) ###

* Bump Citus version to 6.0.1

### citus-docker v6.0.0 (November 9, 2016) ###

* Bump Citus version to 6.0.0
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.1
MAINTAINER Citus Data https://citusdata.com

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

0 comments on commit f9e1cba

Please sign in to comment.