From 7a3daed319b16acc20ee3a34f6a8e97c533e253e Mon Sep 17 00:00:00 2001 From: Chunlin Yang Date: Fri, 14 Jun 2024 22:11:31 +0800 Subject: [PATCH] Update base image (#129) Signed-off-by: clyang82 --- Containerfile.rhtap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile.rhtap b/Containerfile.rhtap index 1ca64eb8..79a6cf46 100755 --- a/Containerfile.rhtap +++ b/Containerfile.rhtap @@ -1,4 +1,4 @@ -FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_1.20 AS builder +FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_1.21 AS builder ENV SOURCE_DIR=/maestro WORKDIR $SOURCE_DIR @@ -23,7 +23,7 @@ COPY --from=builder \ EXPOSE 8000 -ENTRYPOINT ["/usr/local/bin/maestro", "serve"] +ENTRYPOINT ["/usr/local/bin/maestro", "server"] LABEL name="maestro" \ vendor="Red Hat, Inc." \