⬆️ Update postgres Docker tag to v15.9
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 9s
Deploy to Hosts / deploy (pull_request) Has been skipped

This commit is contained in:
Renovate Bot 2024-11-14 22:01:37 +00:00
parent 4b0f8bd1ac
commit bb49286af6

View file

@ -56,7 +56,7 @@ services:
restart: unless-stopped restart: unless-stopped
jellystat-db: jellystat-db:
image: postgres:15.2 image: postgres:15.9
environment: environment:
POSTGRES_DB: 'jfstat' POSTGRES_DB: 'jfstat'
POSTGRES_USER: postgres POSTGRES_USER: postgres