Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 8aabe79

Browse files
Update all
1 parent c0dc517 commit 8aabe79

File tree

3 files changed

+876
-698
lines changed

3 files changed

+876
-698
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
####
22
# This Dockerfile is used to build a production container image for Debezium UI.
33
###
4-
FROM registry.access.redhat.com/ubi9/nodejs-20:1-24 as builder
4+
FROM registry.access.redhat.com/ubi9/nodejs-20:1-34 as builder
55

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

1818

19-
FROM nginx:1.25.3-alpine
19+
FROM nginx:1.25.4-alpine
2020

2121
ENV KAFKA_CONNECT_CLUSTERS=http://localhost:8083/
2222

0 commit comments

Comments
 (0)