chore(deps): update postgres docker tag to v17

This commit is contained in:
Renovate 2024-12-20 11:40:09 +00:00
parent 98a31a3d12
commit a3caaf8b39

View file

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