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 e77b941 commit d023ba0Copy full SHA for d023ba0
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.0.7
+FROM quay.io/keycloak/keycloak:26.0.8
14
15
# Copy curl from the first stage
16
COPY --from=ubi-micro-build /mnt/rootfs /
0 commit comments