Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
####
# This Dockerfile is used to build a production container image for Debezium UI.
###
FROM registry.access.redhat.com/ubi9/nodejs-20:1-24 as builder
FROM registry.access.redhat.com/ubi9/nodejs-20:1-34.1712566506 as builder

WORKDIR /app
COPY --chown=1001 package*.json ./
Expand All @@ -16,7 +16,7 @@ ENV NODE_ENV=production
RUN npm run build


FROM nginx:1.25.3-alpine
FROM nginx:1.26.0-alpine

ENV KAFKA_CONNECT_CLUSTERS=http://localhost:8083/

Expand Down
Loading