Skip to content

Commit 2bca1d6

Browse files
committed
containers/keycloak: Upgrade to 25.0.6-1
1 parent cdda270 commit 2bca1d6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

containers/services/keycloak/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1
2-
FROM quay.io/keycloak/keycloak:24.0.5 as builder
2+
FROM quay.io/keycloak/keycloak:25.0.6 as builder
33

44
# Enable health and metrics support
55
ENV KC_HEALTH_ENABLED=true
@@ -18,7 +18,7 @@ RUN keytool -genkeypair -storepass password -storetype PKCS12 -keyalg RSA -keysi
1818
RUN /opt/keycloak/bin/kc.sh build
1919

2020
# Stage 2
21-
FROM quay.io/keycloak/keycloak:24.0.5
21+
FROM quay.io/keycloak/keycloak:25.0.6
2222

2323
COPY --from=builder /opt/keycloak/ /opt/keycloak/
2424

containers/services/keycloak/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
#
77
# SEE https://www.keycloak.org/docs/latest/upgrading/index.html
88
# #############################################################
9-
24.0.5-1
9+
25.0.6-1

containers/services/keycloak/realms/haiku.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@
698698
"ssl": "false"
699699
},
700700
"loginTheme": "haiku",
701-
"accountTheme": "keycloak.v2",
701+
"accountTheme": "keycloak.v3",
702702
"adminTheme": "keycloak.v2",
703703
"emailTheme": "keycloak",
704704
"eventsEnabled": false,

0 commit comments

Comments
 (0)