From 13dba032ba51b3190cecbfe950bfbcc62aabdfbc Mon Sep 17 00:00:00 2001 From: Dalia Cervantes Date: Thu, 25 Jan 2024 14:56:07 -0600 Subject: [PATCH] Updating ubi --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 06572644..96b6d941 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,7 @@ USER 0 RUN go build -v -o app main.go -FROM registry.access.redhat.com/ubi-minimal:8.9-1108.1705420507 - +FROM registry.access.redhat.com/ubi-minimal:latest ARG BUILD_COMMIT=unknown COPY --from=builder /go/src/app/app .