Skip to content

Commit dafe165

Browse files
committed
chore: replace postgres rc1 image by final version
1 parent b821407 commit dafe165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_databases/docker/docker-compose.postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ services:
4242
postgres17:
4343
networks:
4444
- default
45-
image: postgres:17rc1
45+
image: postgres:17
4646
ports:
4747
- "${POSTGRES17_PORT:-5428}:5432" # use a non-standard port here
4848
environment:

0 commit comments

Comments
 (0)