From ccd606cfbf81793aec1fd82e1d643b8eac63f7cf Mon Sep 17 00:00:00 2001 From: Ian Liu Date: Tue, 20 Aug 2024 15:24:39 -0700 Subject: [PATCH] Adjust for using ubi8 instead. --- api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index f8c395df..bfe2d052 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -11,7 +11,7 @@ RUN dnf install -y ca-certificates && \ # Deployment container -FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-13 +FROM registry.access.redhat.com/ubi8/ubi:8.10-1054 # Node packages and dependencies COPY --from=builder /usr/bin/node /usr/bin/