update docker-compose to 15-alpine

pull/1897/head
Francis Cao 2023-04-17 10:10:05 -07:00
parent 43499eb4fd
commit 01559c4c63
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ services:
- db
restart: always
db:
image: postgres:12-alpine
image: postgres:15-alpine
environment:
POSTGRES_DB: umami
POSTGRES_USER: umami