diff --git a/keycloak/Dockerfile b/keycloak/Dockerfile index 4925be1..b3df7c6 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.1 +FROM quay.io/keycloak/keycloak:26.3.2 # Copy curl from the first stage COPY --from=ubi-micro-build /mnt/rootfs /