Update PostgreSQL image version to 16-alpine for services

This commit is contained in:
Andras Bacsai
2023-11-30 12:21:21 +01:00
parent e3d9eb0154
commit 64b6f86a36
9 changed files with 14 additions and 14 deletions

View File

@@ -30,7 +30,7 @@ services:
retries: 15
postgresql:
image: postgres:15-alpine
image: postgres:16-alpine
volumes:
- gitea-postgresql-data:/var/lib/postgresql/data
environment: