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 a7c3919

Signed-off-by: konflux-internal-p02 <126015336+konflux-internal-p02[bot]@users.noreply.github.com>
  • Loading branch information
konflux-internal-p02[bot] committed Dec 19, 2024
1 parent cb45433 commit 3193ae5
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:1fba4777c8137e79c7c6897fc60980a307d3a72006f9a4f1d2a0e42bafe3d086 as builder
FROM registry.access.redhat.com/ubi8/nodejs-18@sha256:a7c39192c7f3d1571e00db3aab6080be7c74e123642773ba322f2649ffa24a95 as builder

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

RUN npm run build

FROM registry.access.redhat.com/ubi8/nodejs-18@sha256:1fba4777c8137e79c7c6897fc60980a307d3a72006f9a4f1d2a0e42bafe3d086 as runtime
FROM registry.access.redhat.com/ubi8/nodejs-18@sha256:a7c39192c7f3d1571e00db3aab6080be7c74e123642773ba322f2649ffa24a95 as runtime

WORKDIR /usr/src/app

Expand Down

0 comments on commit 3193ae5

Please sign in to comment.