chore(deps): update postgres docker tag to v16 (#2463)

This commit is contained in:
renovate[bot] 2023-09-17 08:04:37 +02:00 committed by GitHub
parent 29e93bdf8b
commit 7e8cd1cfa4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ version: '3'
services:
gitea-database:
image: postgres:15.4-alpine
image: postgres:16.0-alpine
environment:
POSTGRES_USER: gitea
POSTGRES_PASSWORD: 123456