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:25 .0.6 as builder
2+ FROM quay.io/keycloak/keycloak:26 .0.8 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:25 .0.6
21+ FROM quay.io/keycloak/keycloak:26 .0.8
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- 25 .0.6 -1
9+ 26 .0.8 -1
You can’t perform that action at this time.
0 commit comments