Skip to content

Commit

Permalink
Bump base red-hat image for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
TimCsaky committed Oct 7, 2023
1 parent bcc0657 commit 089eddd
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-62.1692771036 as application
FROM registry.access.redhat.com/ubi9/nodejs-18:1-70.1695740477 as application

ENV NO_UPDATE_NOTIFIER=true

Expand All @@ -22,7 +22,7 @@ RUN npm ci --omit=dev
#
# Build the frontend
#
FROM registry.access.redhat.com/ubi9/nodejs-18:1-62.1692771036 as frontend
FROM registry.access.redhat.com/ubi9/nodejs-18:1-74.1695740475 as frontend

ENV NO_UPDATE_NOTIFIER=true

Expand Down

0 comments on commit 089eddd

Please sign in to comment.