Skip to content

Commit 3e99487

Browse files
committed
fix: correct postgres 18rc1 image name
1 parent 8d458e9 commit 3e99487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_databases/docker/postgres.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def postgres_18_service(
254254
) -> Generator[PostgresService, None, None]:
255255
with _provide_postgres_service(
256256
docker_service,
257-
image="postgres:18-rc1",
257+
image="postgres:18rc1",
258258
name="postgres-18",
259259
xdist_postgres_isolate=xdist_postgres_isolation_level,
260260
host=postgres_host,

0 commit comments

Comments
 (0)