chore(deps): update postgres docker tag to v17 #39

Closed
Renovate wants to merge 1 commit from renovate/postgres-17.x into main
Showing only changes of commit a3caaf8b39 - Show all commits

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:17.2
volumes: volumes:
- employee_postgres_data:/var/lib/postgresql/data - employee_postgres_data:/var/lib/postgresql/data
environment: environment: