Skip to content

Commit

Permalink
Merge pull request #2781 from cyberark/postgres-15-poc
Browse files Browse the repository at this point in the history
Update test env to use postgres 15
  • Loading branch information
telday authored Jun 13, 2023
2 parents a4d6bfd + a9c7266 commit 2c20561
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ci/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
pg:
image: postgres:10.16
image: postgres:15
environment:
# To avoid the following error:
#
Expand Down Expand Up @@ -29,13 +29,13 @@ services:
POSTGRES_HOST_AUTH_METHOD: trust

audit:
image: postgres:10.16
image: postgres:15
environment:
# See description on `pg` service for use of POSTGRES_HOST_AUTH_METHOD
POSTGRES_HOST_AUTH_METHOD: trust

testdb:
image: postgres:10.16
image: postgres:15
environment:
# To avoid the following error:
#
Expand Down
6 changes: 3 additions & 3 deletions dev/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
pg:
image: postgres:10.16
image: postgres:15
environment:
# To avoid the following error:
#
Expand All @@ -20,13 +20,13 @@ services:


audit:
image: postgres:10.16
image: postgres:15
environment:
# See description on `pg` service for use of POSTGRES_HOST_AUTH_METHOD
POSTGRES_HOST_AUTH_METHOD: trust

testdb:
image: postgres:10.16
image: postgres:15
environment:
POSTGRES_PASSWORD: postgres_secret

Expand Down

0 comments on commit 2c20561

Please sign in to comment.