From 4a6328fecc19c10e6e9a7e278b1f2cdad7c7c6b7 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 14 Feb 2025 01:03:24 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v13.19 --- .github/workflows/playwright.yml | 2 +- compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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