From b2da2db831744d7f17bda76fb550f9b27e1ee39b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 29 Jan 2024 11:20:25 +0100 Subject: [PATCH] chore(deps): update registry.mgrote.net/python-api-server:latest docker digest to d02fa5d (#690) 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 | digest | `a49d5ba` -> `d02fa5d` | --- ### 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. --- - [ ] 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/690 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 0d3c67a0..83114cb1 100644 --- a/docker-compose/httpd/docker-compose.yml.j2 +++ b/docker-compose/httpd/docker-compose.yml.j2 @@ -14,7 +14,7 @@ services: python-api-server: container_name: httpd-api - image: "registry.mgrote.net/python-api-server:latest@sha256:a49d5baa19d8cc30caa35c29d4f0bba3c301d131a69db01e0f56d349efa8f60b" + image: "registry.mgrote.net/python-api-server:latest@sha256:d02fa5d5ab0d2d722ed2ba90e91b32cabb6ae0abbc6d6e2fa62fe3e7b2a4ba46" restart: always ports: - "5040:5000"