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

This commit is contained in:
Renovate Bot 2024-09-27 18:01:03 +00:00
parent cb396ce331
commit 253e30f5f4
2 changed files with 3 additions and 3 deletions

View file

@ -163,7 +163,7 @@ services:
ipv4_address: 172.25.0.25
## Linkwarden
postgres:
image: postgres:16-alpine
image: postgres:17-alpine
env_file: .env
restart: always
volumes:
@ -206,7 +206,7 @@ services:
restart: unless-stopped
wiki-db:
image: postgres:15-alpine
image: postgres:17-alpine
environment:
POSTGRES_DB: wiki
POSTGRES_PASSWORD: $DB_PASS

View file

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