vignesh-manel commented on code in PR #129: URL: https://github.com/apache/polaris-tools/pull/129#discussion_r2679231722
########## console/docker/Dockerfile: ########## @@ -16,7 +16,7 @@ # under the License. # Build stage -FROM node:22.12.0-alpine AS builder +FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:latest AS builder Review Comment: done ########## console/docker/Dockerfile: ########## @@ -39,23 +39,34 @@ COPY . . RUN npm run build # Production stage -FROM nginx:alpine +FROM registry.access.redhat.com/ubi9/nginx-126:latest Review Comment: done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
