We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b3a0b commit aa8c0ecCopy full SHA for aa8c0ec
keycloak/Dockerfile
@@ -10,7 +10,7 @@ RUN dnf install --installroot /mnt/rootfs curl --releasever 9 --setopt install_w
10
rpm --root /mnt/rootfs -e --nodeps setup
11
12
# Second stage: build keycloak image
13
-FROM quay.io/keycloak/keycloak:26.1.0
+FROM quay.io/keycloak/keycloak:26.1.2
14
15
# Copy curl from the first stage
16
COPY --from=ubi-micro-build /mnt/rootfs /
0 commit comments