Skip to content

Commit

Permalink
chore(deps): update registry.access.redhat.com/ubi8/nodejs-18 docker …
Browse files Browse the repository at this point in the history
…digest to c5c1e97

Signed-off-by: konflux-internal-p02 <126015336+konflux-internal-p02[bot]@users.noreply.github.com>
  • Loading branch information
konflux-internal-p02[bot] authored Jan 13, 2025
1 parent 04c968b commit 2557bb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.konflux
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Build arguments
ARG SOURCE_CODE=.

FROM registry.access.redhat.com/ubi8/nodejs-18@sha256:0faa1fd33a2a14aaebe5e6d28c1fcf76dc05bf3bddf5d7390850e6f5a391831f as builder
FROM registry.access.redhat.com/ubi8/nodejs-18@sha256:c5c1e976b633ef6035f1f32709d8c51c8a04576c32f30d13ac4f3062eba21c27 as builder

## Build args to be used at this step
ARG SOURCE_CODE
Expand Down Expand Up @@ -29,7 +29,7 @@ ENV COMMUNITY_LINK=""

RUN npm run build

FROM registry.access.redhat.com/ubi8/nodejs-18@sha256:0faa1fd33a2a14aaebe5e6d28c1fcf76dc05bf3bddf5d7390850e6f5a391831f as runtime
FROM registry.access.redhat.com/ubi8/nodejs-18@sha256:c5c1e976b633ef6035f1f32709d8c51c8a04576c32f30d13ac4f3062eba21c27 as runtime

WORKDIR /usr/src/app

Expand Down

0 comments on commit 2557bb4

Please sign in to comment.