chore(deps): update postgres docker tag to v13.18
This commit is contained in:
parent
9334b2fe8a
commit
9fbb9da4af
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Reference in a new issue