Skip to content

Commit aea5786

Browse files
authored
Merge pull request #329 from cipherstash/fix/pin-to-postgres-17
fix: pin tests to Postgres 17
2 parents f5d5329 + 0447014 commit aea5786

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
services:
22
postgres: &postgres
3-
image: postgres:latest
3+
image: postgres:17
4+
pull_policy: always
45
container_name: postgres
56
environment:
67
PGPORT: 5432

tests/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
services:
22
postgres: &postgres
3-
image: postgres:latest
3+
image: postgres:17
4+
pull_policy: always
45
container_name: postgres
56
command: -c 'config_file=/etc/postgresql/postgresql.conf'
67
restart: always

0 commit comments

Comments
 (0)