File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
backend/src/main/resources Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Changed
1111
12- - Updated Keycloak to 26.4.5
12+ - Updated Keycloak to 26.4.6
1313
1414## [ 1.4.6] ( https://github.com/cryptomator/hub/compare/1.4.5...1.4.6 )
1515
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ hub.keycloak.oidc.cryptomator-client-id=cryptomator
3333%dev.quarkus.keycloak.devservices.start-command =start-dev
3434%dev.quarkus.keycloak.devservices.port =8180
3535%dev.quarkus.keycloak.devservices.service-name =quarkus-cryptomator-hub
36- %dev.quarkus.keycloak.devservices.image-name =ghcr.io/cryptomator/keycloak:26.4.5
36+ %dev.quarkus.keycloak.devservices.image-name =ghcr.io/cryptomator/keycloak:26.4.6
3737%dev.quarkus.oidc.devui.grant.type =code
3838# OIDC will be mocked during unit tests. Use fake auth url to prevent dev services to start:
3939%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.4.5 as builder
1+ FROM quay.io/keycloak/keycloak:26.4.6 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.4.5
14+ FROM quay.io/keycloak/keycloak:26.4.6
1515LABEL maintainer=
"[email protected] " 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