Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion keycloak/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN dnf install --installroot /mnt/rootfs curl --releasever 9 --setopt install_w
rpm --root /mnt/rootfs -e --nodeps setup

# Second stage: build keycloak image
FROM quay.io/keycloak/keycloak:26.1.2
FROM quay.io/keycloak/keycloak:26.1.4

# Copy curl from the first stage
COPY --from=ubi-micro-build /mnt/rootfs /
Expand Down