Bump postgres version for mastodon 4.3.0

This commit is contained in:
A 2024-10-09 12:40:03 -07:00
parent 7bfbf37028
commit 8420d67968

View File

@ -102,7 +102,7 @@ services:
mastodon-db:
restart: always
image: postgres:14-alpine
image: postgres:14.13-alpine
healthcheck:
test: ['CMD', 'pg_isready', '-U', 'postgres']
environment: