chore(deps): update postgres docker tag to v13.18

This commit is contained in:
Renovate 2024-12-20 12:02:41 +00:00
commit 9fbb9da4af

View file

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