We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e99487 commit ab253cfCopy full SHA for ab253cf
src/pytest_databases/docker/postgres.py
@@ -254,7 +254,7 @@ def postgres_18_service(
254
) -> Generator[PostgresService, None, None]:
255
with _provide_postgres_service(
256
docker_service,
257
- image="postgres:18rc1",
+ image="postgres:18",
258
name="postgres-18",
259
xdist_postgres_isolate=xdist_postgres_isolation_level,
260
host=postgres_host,
0 commit comments