chore(deps): update postgres docker tag to v13.20 #85

Open
Renovate wants to merge 1 commit from renovate/all-minor-patch into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 52aa3e50df - Show all commits

chore(deps): update postgres docker tag to v13.20
Some checks failed
Playwright Tests / test (pull_request) Failing after 25s

Renovate 2025-02-22 01:03:08 +00:00

View file

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres-employee:
image: postgres:13.3
image: postgres:13.20
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.20
environment:
POSTGRES_DB: employee_db
POSTGRES_USER: employee