Bump Postgres 12.2 to 15.x on docker-compose.yml (#9641)

This commit is contained in:
atsuchan 2023-01-18 06:13:44 +09:00 committed by GitHub
parent 79212bbd37
commit 57b1fe44d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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