Skip to content

Commit 3c37aec

Browse files
committed
containers/keycloak: Upgrade to 24.0.5, this might not work
1 parent 9727cc8 commit 3c37aec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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:23.0.7 as builder
2+
FROM quay.io/keycloak/keycloak:24.0.5 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:23.0.7
21+
FROM quay.io/keycloak/keycloak:24.0.5
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-
23.0.7-1
9+
24.0.5-1

0 commit comments

Comments
 (0)