From d6216562574d8adbe641bb97270e192e41ec45f1 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 10 Jun 2020 11:26:39 +0800 Subject: [PATCH] update base image --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 76a2451b3..430a9c68a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,6 @@ COPY . . ENV GO_PACKAGE github.com/open-cluster-management/registration-operator RUN make build --warn-undefined-variables -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.1-398 - +FROM registry.access.redhat.com/ubi8/ubi-minimal:latest COPY --from=builder /go/src/github.com/open-cluster-management/registration-operator/registration-operator / +RUN microdnf update && microdnf clean all