From 619ac79daae2518110ab75c8caf2ef4b663d9ff7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 10 Jul 2025 06:16:11 +0000 Subject: [PATCH] chore(deps): update quay.io/keycloak/keycloak docker tag to v26.3.1 --- keycloak/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keycloak/Dockerfile b/keycloak/Dockerfile index 4e24c97..4925be1 100644 --- a/keycloak/Dockerfile +++ b/keycloak/Dockerfile @@ -10,7 +10,7 @@ RUN dnf install --installroot /mnt/rootfs curl --releasever 9 --setopt install_w rpm --root /mnt/rootfs -e --nodeps setup # Second stage: build keycloak image -FROM quay.io/keycloak/keycloak:26.3.0 +FROM quay.io/keycloak/keycloak:26.3.1 # Copy curl from the first stage COPY --from=ubi-micro-build /mnt/rootfs /