Skip to content

Commit 4874008

Browse files
committed
Update Keycloak to 26.1.2
1 parent 24f0691 commit 4874008

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/js/hubsetup.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ EOF`;
431431
'init-config': {condition: 'service_completed_successfully'},
432432
'postgres': {condition: 'service_healthy'}
433433
},
434-
image: 'ghcr.io/cryptomator/keycloak:25.0.6',
434+
image: 'ghcr.io/cryptomator/keycloak:26.1.2',
435435
command: startCmd,
436436
volumes: ['kc-config:/opt/keycloak/data/import'],
437437
deploy: {
@@ -803,7 +803,7 @@ class KubernetesConfigBuilder extends ConfigBuilder {
803803
}],
804804
containers: [{
805805
name: 'keycloak',
806-
image: 'ghcr.io/cryptomator/keycloak:25.0.6',
806+
image: 'ghcr.io/cryptomator/keycloak:26.1.2',
807807
command: startCmd,
808808
ports: [{containerPort: 8080}],
809809
resources: {

0 commit comments

Comments
 (0)