File tree Expand file tree Collapse file tree
backend/src/main/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
1515### Changed
1616
17- - Updated Keycloak to 26.5.1
17+ - Updated Keycloak to 26.5.2
1818- Update Quarkus to 3.20.4 LTS
1919- Improved browser locale detection (#371 )
2020- Improved efficiency of keycloak-to-hub data sync (#377 )
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ quarkus.rest-client.license-api.url=https://api.cryptomator.org/licenses
4444%dev.quarkus.keycloak.devservices.start-command =start-dev
4545%dev.quarkus.keycloak.devservices.port =8180
4646%dev.quarkus.keycloak.devservices.service-name =quarkus-cryptomator-hub
47- %dev.quarkus.keycloak.devservices.image-name =ghcr.io/cryptomator/keycloak:26.5.1
47+ %dev.quarkus.keycloak.devservices.image-name =ghcr.io/cryptomator/keycloak:26.5.2
4848%dev.quarkus.oidc.devui.grant.type =code
4949# OIDC will be mocked during unit tests. Use fake auth url to prevent dev services to start:
5050%test.quarkus.oidc.auth-server-url =http://localhost:43210/dev/null
Original file line number Diff line number Diff line change 1- FROM quay.io/keycloak/keycloak:26.5.1 as builder
1+ FROM quay.io/keycloak/keycloak:26.5.2 as builder
22ENV KC_HEALTH_ENABLED=true
33ENV KC_METRICS_ENABLED=true
44ENV KC_HTTP_RELATIVE_PATH=/kc
@@ -11,7 +11,7 @@ FROM registry.access.redhat.com/ubi9 AS ubi-micro-build
1111RUN mkdir -p /mnt/rootfs
1212RUN dnf install --installroot /mnt/rootfs curl --releasever 9 --setopt install_weak_deps=false --nodocs -y; dnf --installroot /mnt/rootfs clean all
1313
14- FROM quay.io/keycloak/keycloak:26.5.1
14+ FROM quay.io/keycloak/keycloak:26.5.2
1515LABEL maintainer="info@skymatic.de"
1616COPY --from=builder /opt/keycloak/ /opt/keycloak/
1717COPY --from=ubi-micro-build /mnt/rootfs /
You can’t perform that action at this time.
0 commit comments