Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

Commit ca39ff2

Browse files
authored
Merge pull request #204 from bnevis-i/issue-193
Bump version of postgres container (to 12.1-apline)
2 parents bca2881 + 7512026 commit ca39ff2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

releases/nightly-build/compose-files/docker-compose-nexus-arm64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ services:
154154

155155
# containers for reverse proxy
156156
kong-db:
157-
image: postgres:9.6
157+
image: postgres:12.1-alpine
158158
container_name: kong-db
159159
hostname: kong-db
160160
networks:

releases/nightly-build/compose-files/docker-compose-nexus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ services:
154154

155155
# containers for reverse proxy
156156
kong-db:
157-
image: postgres:9.6
157+
image: postgres:12.1-alpine
158158
container_name: kong-db
159159
hostname: kong-db
160160
networks:

0 commit comments

Comments
 (0)