diff --git a/tests/e2e/compose.yaml b/tests/e2e/compose.yaml index c24e65b..557ba30 100644 --- a/tests/e2e/compose.yaml +++ b/tests/e2e/compose.yaml @@ -2,7 +2,7 @@ name: atlas-e2e services: postgres: - image: postgres:18.4 + image: postgres:18.6 environment: POSTGRES_DB: ${ATLAS_E2E_DATABASE_NAME:?ATLAS_E2E_DATABASE_NAME is required} POSTGRES_USER: atlas_e2e