Skip to content

Commit

Permalink
chore(postgres) bump test Postgres version to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
dndx authored and gszr committed Jun 15, 2021
1 parent 1136e6f commit 0744681
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ services:
retries: 10
restart: on-failure
postgres:
image: postgres:${POSTGRES_VERSION:-9.5}
image: postgres:${POSTGRES_VERSION:-13}
environment:
POSTGRES_HOST_AUTH_METHOD: trust
POSTGRES_DB: ${KONG_PG_DATABASE:-kong_tests}
Expand All @@ -90,4 +90,4 @@ services:
interval: 5s
timeout: 10s
retries: 10
restart: on-failure
restart: on-failure
2 changes: 1 addition & 1 deletion test/kong-tests-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ services:
- "127.0.0.1:8444:8444/tcp"

db:
image: postgres:9.5
image: postgres:13
ports:
- '5432:5432'
expose:
Expand Down

0 comments on commit 0744681

Please sign in to comment.