Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 21, 2024
1 parent 6d5788f commit f5fa12c
Show file tree
Hide file tree
Showing 3 changed files with 1,291 additions and 970 deletions.
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 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.25.4-alpine

ENV KAFKA_CONNECT_CLUSTERS=http://localhost:8083/

Expand Down
Loading

0 comments on commit f5fa12c

Please sign in to comment.