chore(deps): update postgres docker tag to v17
This commit is contained in:
parent
98a31a3d12
commit
a3caaf8b39
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue