chore(deps): update postgres docker tag to v17
Some checks failed
CI / Checkstyle Main (pull_request) Failing after 2s
CI / eslint (pull_request) Failing after 2s
CI / prettier (pull_request) Failing after 2s
CI / test-build (pull_request) Failing after 2s

This commit is contained in:
Renovate 2025-03-12 18:15:08 +00:00
parent 7bbabc46f3
commit 5d138ccec7
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ volumes:
services:
postgres-employee:
container_name: postgres_employee
image: postgres:13.3
image: postgres:17.4
volumes:
- employee_postgres_data:/var/lib/postgresql/data
environment: