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 3dec024 commit a2bafd3Copy full SHA for a2bafd3
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.3.0
+FROM quay.io/keycloak/keycloak:26.3.1
14
# Copy curl from the first stage
15
COPY --from=ubi-micro-build /mnt/rootfs /
16
0 commit comments