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.4
  • Loading branch information
renovate[bot] authored Apr 30, 2024
1 parent 4103b59 commit 4a80933
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.3
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4
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.3
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4
RUN microdnf install -y git jq && \
microdnf clean all && rm -rf /var/cache/dnf/*

0 comments on commit 4a80933

Please sign in to comment.