update oidc module
All checks were successful
build container icingaweb2 / build (push) Successful in 4m42s

This commit is contained in:
2026-02-28 11:46:28 +01:00
parent d312741388
commit 76d1e65fed

View File

@@ -49,7 +49,7 @@ RUN ["bash", "-exo", "pipefail", "-c", "\
"]
### install module for oidc
ARG MODULE_VERSION="0.6.9"
ARG MODULE_VERSION="0.7.3"
ARG REPO_URL="https://github.com/RISE-GmbH/icingaweb2-module-oidc"
ARG TARGET_DIR="${ICINGAWEB_MODULEPATH}/oidc"
ARG URL="${REPO_URL}/archive/v${MODULE_VERSION}.tar.gz"