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 987ff3f commit 7138813Copy full SHA for 7138813
keycloak/Dockerfile
@@ -10,8 +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.5
14
-
+FROM quay.io/keycloak/keycloak:26.3.0
15
# Copy curl from the first stage
16
COPY --from=ubi-micro-build /mnt/rootfs /
17
0 commit comments