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 3b7d4a3 commit 46d9e3dCopy full SHA for 46d9e3d
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.2
+FROM quay.io/keycloak/keycloak:26.1.4
14
15
# Copy curl from the first stage
16
COPY --from=ubi-micro-build /mnt/rootfs /
0 commit comments