diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 8752aa7..777d7a9 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest services: postgres-employee: - image: postgres:13.3 + image: postgres:13.19 env: POSTGRES_DB: employee_db POSTGRES_USER: employee diff --git a/compose.yml b/compose.yml index aee66ea..28c2a02 100644 --- a/compose.yml +++ b/compose.yml @@ -5,7 +5,7 @@ volumes: services: postgres-employee: container_name: postgres_employee - image: postgres:13.3 + image: postgres:13.19 environment: POSTGRES_DB: employee_db POSTGRES_USER: employee