chore(deps): update postgres docker tag to v16 (#42)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | postgres | docker | major | `15.4-alpine` -> `16.0-alpine` | | postgres | | major | `15.4-alpine` -> `16.0-alpine` | --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTcuMyIsInVwZGF0ZWRJblZlciI6IjM1LjExNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Reviewed-on: #42 Co-authored-by: renovate-bot <renovate-bot@dubas.dev> Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
This commit is contained in:
parent
dc9a7a500b
commit
748d7f3381
@ -9,7 +9,7 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: database healthcheck
|
||||
image: 'postgres:15.4-alpine'
|
||||
image: 'postgres:16.0-alpine'
|
||||
environment:
|
||||
PGUSER: postgres
|
||||
PGPASSWORD: postgres
|
||||
@ -79,7 +79,7 @@ steps:
|
||||
|
||||
services:
|
||||
- name: db
|
||||
image: 'postgres:15.4-alpine'
|
||||
image: 'postgres:16.0-alpine'
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
services:
|
||||
db:
|
||||
image: 'postgres:15.4-alpine'
|
||||
image: 'postgres:16.0-alpine'
|
||||
hostname: &db_host db
|
||||
init: true
|
||||
environment:
|
||||
|
Loading…
x
Reference in New Issue
Block a user