Bump Keycloak to version 26.1.0
This commit is contained in:
parent
f1e0dfee6e
commit
602bf8a2ff
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue