chore(docker): Use postgresql 12

This commit is contained in:
syuilo 2020-04-26 11:13:02 +09:00
parent dfa129febf
commit 2bb0a61a89

View file

@ -24,7 +24,7 @@ services:
db:
restart: always
image: postgres:11.2-alpine
image: postgres:12.2-alpine
networks:
- internal_network
env_file: