Skip to content

Commit 5050b72

Browse files
chore(deps): update postgres docker tag to v17 (#301)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | postgres | service | major | `16` -> `17` | --- ### 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 is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloud-py-api/nc_py_api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8ab549c commit 5050b72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/analysis-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190

191191
services:
192192
postgres:
193-
image: postgres:16
193+
image: postgres:17
194194
env:
195195
POSTGRES_USER: root
196196
POSTGRES_PASSWORD: rootpassword
@@ -635,7 +635,7 @@ jobs:
635635

636636
services:
637637
postgres:
638-
image: postgres:16
638+
image: postgres:17
639639
env:
640640
POSTGRES_USER: root
641641
POSTGRES_PASSWORD: rootpassword

0 commit comments

Comments
 (0)