Skip to content

Commit

Permalink
chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docke…
Browse files Browse the repository at this point in the history
…r tag to v9.5-1733767867

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Dec 9, 2024
1 parent c52c0c2 commit c40997e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion multi-platform-runner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227.1725849298
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1733767867
ENV HOME=/root
RUN microdnf install -y rsync openssh-clients buildah podman

Expand Down
2 changes: 1 addition & 1 deletion task-toolset/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https://catalog.redhat.com/software/containers/ubi9/ubi-minimal/615bd9b4075b022acc111bf5
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227.1725849298
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1733767867
RUN microdnf install -y git jq && \
microdnf clean all && rm -rf /var/cache/dnf/*

0 comments on commit c40997e

Please sign in to comment.