chore(deps): update ghcr.io/goauthentik/server docker tag to v2024.4 (#39)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/goauthentik/server](https://goauthentik.io) ([source](https://github.com/goauthentik/authentik)) | minor | `2024.2` -> `2024.4` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: carsten/container-server#39 Co-authored-by: Renovate Bot <renovate@git.csprung.de> Co-committed-by: Renovate Bot <renovate@git.csprung.de>
This commit is contained in:
parent
d336d79025
commit
033e7bc581
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ networks:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
authentik:
|
authentik:
|
||||||
image: ghcr.io/goauthentik/server:2024.2
|
image: ghcr.io/goauthentik/server:2024.4
|
||||||
container_name: authentik
|
container_name: authentik
|
||||||
restart: "${RESTART:-no}"
|
restart: "${RESTART:-no}"
|
||||||
hostname: auth
|
hostname: auth
|
||||||
|
@ -54,7 +54,7 @@ services:
|
||||||
- authentik
|
- authentik
|
||||||
|
|
||||||
authentik-worker:
|
authentik-worker:
|
||||||
image: ghcr.io/goauthentik/server:2024.2
|
image: ghcr.io/goauthentik/server:2024.4
|
||||||
container_name: authentik-worker
|
container_name: authentik-worker
|
||||||
restart: "${RESTART:-no}"
|
restart: "${RESTART:-no}"
|
||||||
command: worker
|
command: worker
|
||||||
|
|
Loading…
Reference in a new issue