mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-20 13:16:18 +00:00
chore(deps): update postgres docker tag to v16 (#2463)
This commit is contained in:
parent
29e93bdf8b
commit
7e8cd1cfa4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gitea-database:
|
gitea-database:
|
||||||
image: postgres:15.4-alpine
|
image: postgres:16.0-alpine
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: gitea
|
POSTGRES_USER: gitea
|
||||||
POSTGRES_PASSWORD: 123456
|
POSTGRES_PASSWORD: 123456
|
||||||
|
|
Loading…
Reference in a new issue