From 473c9ad8d1249f8681c45c1d10887defc7dfd92b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 7 Feb 2024 21:33:21 +0100 Subject: [PATCH] chore(deps): update registry.mgrote.net/python-api-server docker tag to v1.1.128 (#772) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [registry.mgrote.net/python-api-server](https://git.mgrote.net/container-images/python-api-server) | minor | `v1.0.120` -> `v1.1.128` | --- > ⚠ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.mgrote.net/mg/homeserver/pulls/772 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- docker-compose/httpd/docker-compose.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/httpd/docker-compose.yml.j2 b/docker-compose/httpd/docker-compose.yml.j2 index 17613f98..349384cb 100644 --- a/docker-compose/httpd/docker-compose.yml.j2 +++ b/docker-compose/httpd/docker-compose.yml.j2 @@ -17,7 +17,7 @@ services: python-api-server: container_name: httpd-api - image: "registry.mgrote.net/python-api-server:v1.0.120" + image: "registry.mgrote.net/python-api-server:v1.1.128" restart: always ports: - "5040:5000"