Skip to content

Commit 75a1b49

Browse files
committed
Update Keycloak to 26.5.1
1 parent de6d784 commit 75a1b49

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.4.7
17+
- Updated Keycloak to 26.5.1
1818
- Update Quarkus to 3.20.4 LTS
1919
- Improved browser locale detection (#371)
2020
- Improved efficiency of keycloak-to-hub data sync (#377)

backend/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.4.7
47+
%dev.quarkus.keycloak.devservices.image-name=ghcr.io/cryptomator/keycloak:26.5.1
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

keycloak/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/keycloak/keycloak:26.4.7 as builder
1+
FROM quay.io/keycloak/keycloak:26.5.1 as builder
22
ENV KC_HEALTH_ENABLED=true
33
ENV KC_METRICS_ENABLED=true
44
ENV KC_HTTP_RELATIVE_PATH=/kc
@@ -11,7 +11,7 @@ FROM registry.access.redhat.com/ubi9 AS ubi-micro-build
1111
RUN mkdir -p /mnt/rootfs
1212
RUN 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.7
14+
FROM quay.io/keycloak/keycloak:26.5.1
1515
LABEL maintainer="info@skymatic.de"
1616
COPY --from=builder /opt/keycloak/ /opt/keycloak/
1717
COPY --from=ubi-micro-build /mnt/rootfs /

0 commit comments

Comments
 (0)