chore(deps): update postgres docker tag to v13.19
All checks were successful
Playwright Tests / test (pull_request) Successful in 5m1s

This commit is contained in:
Renovate 2025-02-14 01:03:24 +00:00
parent 84b855b8aa
commit 4a6328fecc
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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