Bump Keycloak to version 26.1.0

This commit is contained in:
Fritz Grimpen 2025-01-16 23:33:45 +01:00
parent f1e0dfee6e
commit 602bf8a2ff

View file

@ -1,4 +1,4 @@
FROM quay.io/keycloak/keycloak:26.0.7 FROM quay.io/keycloak/keycloak:26.1.0
ENV KC_DB=postgres ENV KC_DB=postgres
ENV KC_FEATURES=token-exchange,scripts,admin-fine-grained-authz ENV KC_FEATURES=token-exchange,scripts,admin-fine-grained-authz
@ -9,7 +9,7 @@ LABEL org.opencontainers.image.authors=""
LABEL org.opencontainers.image.url="https://dev.ccchb.de/ccchb/oci-images/src/branch/main/keycloak" LABEL org.opencontainers.image.url="https://dev.ccchb.de/ccchb/oci-images/src/branch/main/keycloak"
LABEL org.opencontainers.image.source="https://dev.ccchb.de/ccchb/oci-images/src/branch/main/keycloak" LABEL org.opencontainers.image.source="https://dev.ccchb.de/ccchb/oci-images/src/branch/main/keycloak"
LABEL org.opencontainers.image.documentation="https://dev.ccchb.de/ccchb/oci-images/src/branch/main/keycloak" LABEL org.opencontainers.image.documentation="https://dev.ccchb.de/ccchb/oci-images/src/branch/main/keycloak"
LABEL org.opencontainers.image.version=26.0.5 LABEL org.opencontainers.image.version=26.1.0
LABEL org.opencontainers.image.vendor="CCC Bremen" LABEL org.opencontainers.image.vendor="CCC Bremen"
LABEL org.opencontainers.image.description="Keycloak image for auth.ccchb.de" LABEL org.opencontainers.image.description="Keycloak image for auth.ccchb.de"