Skip to content

Commit 94fe110

Browse files
committed
Update Keycloak to 26.4.6
1 parent 67795e3 commit 94fe110

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

backend/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

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.5 as builder
1+
FROM quay.io/keycloak/keycloak:26.4.6 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.5
14+
FROM quay.io/keycloak/keycloak:26.4.6
1515
LABEL maintainer="[email protected]"
1616
COPY --from=builder /opt/keycloak/ /opt/keycloak/
1717
COPY --from=ubi-micro-build /mnt/rootfs /

0 commit comments

Comments
 (0)