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 .