Skip to content

Commit a6edbb0

Browse files
committed
containers/keycloak: bump to 26.0.6
1 parent 424d9fe commit a6edbb0

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

0 commit comments

Comments
 (0)