mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-22 16:36:30 +00:00
chore(deps): update docker.io/postgres docker tag to v17 (#4179)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
45a9b6eb46
commit
0c96f3611c
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ steps:
|
|||
|
||||
services:
|
||||
postgres:
|
||||
image: docker.io/postgres:16
|
||||
image: docker.io/postgres:17
|
||||
ports: ['5432']
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
|
|
Loading…
Reference in a new issue