From c91a029c3698d1667921105eb2378291bd3cb12b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 26 Jan 2024 23:05:17 +0100 Subject: [PATCH] chore(deps): update nosduco/nforwardauth docker tag to v1.4.0 (#670) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | nosduco/nforwardauth | minor | `v1.3.4` -> `v1.4.0` | --- > ⚠ **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 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/670 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- docker-compose/traefik/docker-compose.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/traefik/docker-compose.yml.j2 b/docker-compose/traefik/docker-compose.yml.j2 index 72968bcf..9cf442ce 100644 --- a/docker-compose/traefik/docker-compose.yml.j2 +++ b/docker-compose/traefik/docker-compose.yml.j2 @@ -25,7 +25,7 @@ services: ######## nforwardauth ######## nforwardauth: restart: always - image: "nosduco/nforwardauth:v1.3.4@sha256:08fdb71104c879410b79f46739336f9d6ad289a95624a9f6dcb59f37b3524cd8" + image: "nosduco/nforwardauth:v1.4.0@sha256:16e38db002d27758bdc53c70ba12113d84158c758efe930c97c6e9e2bf612a5d" container_name: traefik-nforwardauth environment: TOKEN_SECRET: "{{ lookup('keepass', 'nforwardauth_token_secret', 'password') }}"