chore(docker): Use postgresql 12
This commit is contained in:
parent
dfa129febf
commit
2bb0a61a89
|
@ -24,7 +24,7 @@ services:
|
|||
|
||||
db:
|
||||
restart: always
|
||||
image: postgres:11.2-alpine
|
||||
image: postgres:12.2-alpine
|
||||
networks:
|
||||
- internal_network
|
||||
env_file:
|
||||
|
|
Loading…
Reference in New Issue