Skip to content

Commit e4b9bec

Browse files
committed
Bump Citus to 6.1.1, PostgreSQL to 9.6.3
1 parent 3a49fd7 commit e4b9bec

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### citus-docker v6.1.1 (May 16, 2017) ###
2+
3+
* Bump Citus version to 6.1.0
4+
5+
* Based on latest PostgreSQL 9.6.3 image and official Citus 6.1.1 package
6+
17
### citus-docker v6.1.0 (February 10, 2017) ###
28

39
* Bump Citus version to 6.1.0

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM postgres:9.6.2
1+
FROM postgres:9.6.3
22
MAINTAINER Citus Data https://citusdata.com
33

4-
ENV CITUS_VERSION 6.1.0.citus-1
4+
ENV CITUS_VERSION 6.1.1.citus-1
55

66
# install Citus
77
RUN apt-get update \

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ version: '2'
33
services:
44
master:
55
container_name: 'citus_master'
6-
image: 'citusdata/citus:6.1.0'
6+
image: 'citusdata/citus:6.1.1'
77
ports: ['5432:5432']
88
labels: ['com.citusdata.role=Master']
99
volumes: ['/var/run/postgresql']
1010
worker:
11-
image: 'citusdata/citus:6.1.0'
11+
image: 'citusdata/citus:6.1.1'
1212
labels: ['com.citusdata.role=Worker']
1313
config:
1414
container_name: 'citus_config'

0 commit comments

Comments
 (0)