File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
containers/services/keycloak Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
55ENV KC_HEALTH_ENABLED=true
@@ -18,7 +18,7 @@ RUN keytool -genkeypair -storepass password -storetype PKCS12 -keyalg RSA -keysi
1818RUN /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
2323COPY --from=builder /opt/keycloak/ /opt/keycloak/
2424
Original file line number Diff line number Diff line change 66#
77# SEE https://www.keycloak.org/docs/latest/upgrading/index.html
88# #############################################################
9- 23 .0.7 -1
9+ 24 .0.5 -1
You can’t perform that action at this time.
0 commit comments