Skip to content

Commit

Permalink
Upgrade PostgreSQL version to 9.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
eldada committed Jan 21, 2019
1 parent ee26f30 commit a748c1c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docker-compose/artifactory/artifactory-ha-shared-data.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
postgresql:
image: docker.bintray.io/postgres:9.5.2
image: docker.bintray.io/postgres:9.6.11
container_name: postgresql
ports:
- 5432:5432
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/artifactory/artifactory-ha.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
postgresql:
image: docker.bintray.io/postgres:9.5.2
image: docker.bintray.io/postgres:9.6.11
container_name: postgresql
ports:
- 5432:5432
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/artifactory/artifactory-oss-postgresql.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
postgresql:
image: docker.bintray.io/postgres:9.5.2
image: docker.bintray.io/postgres:9.6.11
container_name: postgresql
ports:
- 5432:5432
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/artifactory/artifactory-pro-postgresql.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
postgresql:
image: docker.bintray.io/postgres:9.5.2
image: docker.bintray.io/postgres:9.6.11
container_name: postgresql
ports:
- 5432:5432
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/artifactory/artifactory-pro.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
postgresql:
image: docker.bintray.io/postgres:9.5.2
image: docker.bintray.io/postgres:9.6.11
container_name: postgresql
ports:
- 5432:5432
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/xray/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
XRAY_VERSION=2.4.6
RABBITMQ_VERSION=3.6.1-management
POSTGRES_VERSION=9.5.2
POSTGRES_VERSION=9.6.11
MONGO_VERSION=3.2.6

XRAY_DOCKER_REPO=docker.bintray.io/jfrog
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
name: postgresql-volume
containers:
- name: postgresql-k8s
image: docker.bintray.io/postgres:9.5.2
image: docker.bintray.io/postgres:9.6.11
env:
- name: POSTGRES_DB
value: artifactory
Expand Down
2 changes: 1 addition & 1 deletion swarm/artifactory-pro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:

postgresql:
image: docker.bintray.io/postgres:9.5.2
image: docker.bintray.io/postgres:9.6.11
ports:
- 5432:5432
environment:
Expand Down

0 comments on commit a748c1c

Please sign in to comment.