From 143aed8e09b07c6c033d9a18f8bea6b7198ac8db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 23:40:01 +0000 Subject: [PATCH] chore(deps): update dependency sventorben/keycloak-restrict-client-auth to v26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a9adef0..58ca382 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ENV WAIT_FOR_VERSION="${WAIT_FOR_VERSION:-v0.4.2}" # renovate: datasource=github-releases depName=owncloud-ops/container-library ENV CONTAINER_LIBRARY_VERSION="${CONTAINER_LIBRARY_VERSION:-v0.1.0}" # renovate: datasource=github-releases depName=sventorben/keycloak-restrict-client-auth -ENV RESTRICT_CLIENT_AUTH_VERSION="${RESTRICT_CLIENT_AUTH_VERSION:-v24.0.0}" +ENV RESTRICT_CLIENT_AUTH_VERSION="${RESTRICT_CLIENT_AUTH_VERSION:-v26.1.0}" RUN microdnf install -y tar gzip && \ mkdir -p /opt/fetcher && \