chore(deps): update postgres docker tag to v17
This commit is contained in:
parent
dc5275d043
commit
79be56684f
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ volumes:
|
|||
services:
|
||||
postgres-employee:
|
||||
container_name: postgres_employee
|
||||
image: postgres:13.20
|
||||
image: postgres:17.4
|
||||
volumes:
|
||||
- employee_postgres_data:/var/lib/postgresql/data
|
||||
environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue