Skip to content

Commit 0558587

Browse files
Bump ubi9/ubi-minimal from 9.6 to 9.7 in /images/ansible-operator (#183)
Bumps ubi9/ubi-minimal from 9.6 to 9.7. --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-version: '9.7' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 533bb42 commit 0558587

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

images/ansible-operator/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# It is built with dependencies that take a while to download, thus speeding
33
# up ansible deploy jobs.
44

5-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6 AS basebuilder
5+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7 AS basebuilder
66

77
# Install Rust so that we can ensure backwards compatibility with installing/building the cryptography wheel across all platforms
88
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
@@ -35,7 +35,7 @@ RUN set -e && microdnf clean all && rm -rf /var/cache/dnf/* \
3535
&& microdnf clean all \
3636
&& rm -rf /var/cache/dnf
3737

38-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6 AS base
38+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7 AS base
3939
ARG TARGETARCH
4040

4141
# Label this image with the repo and commit that built it, for freshmaking purposes.

images/ansible-operator/pipfile.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6 AS basebuilder
1+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7 AS basebuilder
22

33
# Install Rust so that we can ensure backwards compatibility with installing/building the cryptography wheel across all platforms
44
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

0 commit comments

Comments
 (0)