From 9b6974e471e80f0d7e6f94b1c85c82e70d009c92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 20:20:32 +0000 Subject: [PATCH] build(deps): bump ubi8/ubi-minimal from 8.8 to 8.9 Bumps ubi8/ubi-minimal from 8.8 to 8.9. --- updated-dependencies: - dependency-name: ubi8/ubi-minimal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.odh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e12191d6..1b5153ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 make clean model-registry # Use distroless as minimal base image to package the model-registry binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9 WORKDIR / # copy the registry binary COPY --from=builder /workspace/model-registry . diff --git a/Dockerfile.odh b/Dockerfile.odh index 86e2114b..267ee037 100644 --- a/Dockerfile.odh +++ b/Dockerfile.odh @@ -25,7 +25,7 @@ RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 make clean/odh build/odh # Use distroless as minimal base image to package the model-registry binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9 WORKDIR / # copy the registry binary COPY --from=builder /workspace/model-registry .