Skip to content

Commit

Permalink
Update Docker RHEL base images
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Ho <[email protected]>
  • Loading branch information
jujaga committed May 26, 2023
1 parent ef23aa4 commit ad96fcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# Build the application
#
FROM registry.access.redhat.com/ubi9/nodejs-18:1-41 as builder
FROM registry.access.redhat.com/ubi9/nodejs-18:1-48 as builder

ENV NO_UPDATE_NOTIFIER=true

Expand All @@ -22,7 +22,7 @@ RUN npm ci --omit=dev
#
# Create the final container image
#
FROM registry.access.redhat.com/ubi9/nodejs-18-minimal:1-42
FROM registry.access.redhat.com/ubi9/nodejs-18-minimal:1-51

ENV APP_PORT=3000 \
NO_UPDATE_NOTIFIER=true
Expand Down

0 comments on commit ad96fcb

Please sign in to comment.