Skip to content

Commit dc24144

Browse files
committed
Update Keycloak to 26.1.5
1 parent 14a80f3 commit dc24144

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
@@ -428,7 +428,7 @@ EOF`;
428428
'init-config': {condition: 'service_completed_successfully'},
429429
'postgres': {condition: 'service_healthy'}
430430
},
431-
image: 'ghcr.io/cryptomator/keycloak:26.1.2',
431+
image: 'ghcr.io/cryptomator/keycloak:26.1.5',
432432
command: startCmd,
433433
volumes: ['kc-config:/opt/keycloak/data/import'],
434434
deploy: {
@@ -797,7 +797,7 @@ class KubernetesConfigBuilder extends ConfigBuilder {
797797
}],
798798
containers: [{
799799
name: 'keycloak',
800-
image: 'ghcr.io/cryptomator/keycloak:26.1.2',
800+
image: 'ghcr.io/cryptomator/keycloak:26.1.5',
801801
command: startCmd,
802802
ports: [{containerPort: 8080}],
803803
resources: {

0 commit comments

Comments
 (0)