chore(deps): update postgres docker tag to v17 (#10)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | postgres | major | `15.10` -> `17.2` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJLaW5kL1Jlbm92YXRlIl19--> Reviewed-on: https://www.coastalcommits.com/cswimr/myhm-commission/pulls/10 Co-authored-by: Renovate <renovate@coastalcommits.com> Co-committed-by: Renovate <renovate@coastalcommits.com>
This commit is contained in:
parent
efe09749d2
commit
eae06df035
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ services:
|
|||
|
||||
database:
|
||||
container_name: myhm-commission-db
|
||||
image: postgres:15.10@sha256:68bb947ec37e6cfd5486c51ecdd122babc3ddaedb490acb913130a7e325d36c5
|
||||
image: postgres:17.2@sha256:87ec5e0a167dc7d4831729f9e1d2ee7b8597dcc49ccd9e43cc5f89e808d2adae
|
||||
restart: always
|
||||
environment:
|
||||
POSTGRES_USER: myhm-commission
|
||||
|
|
Loading…
Add table
Reference in a new issue