chore(docker): Use postgresql 12

This commit is contained in:
syuilo 2020-04-26 11:13:02 +09:00
parent 42cfa8cda3
commit c538194997

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: