Skip to content

Commit

Permalink
Merge pull request #374 from red-hat-data-services/konflux/mintmaker/…
Browse files Browse the repository at this point in the history
…main/registry.access.redhat.com-ubi8-nodejs-18

chore(deps): update registry.access.redhat.com/ubi8/nodejs-18 docker digest to 829be36
  • Loading branch information
MohammadiIram authored Nov 14, 2024
2 parents e543210 + 551d65b commit fedc40a
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:ac580d58c972503a7e61202d7e9354254c3b3f6ff0e7fdfce7b8db911ab8d1ad as builder
FROM registry.access.redhat.com/ubi8/nodejs-18@sha256:829be362b25a87e316567a88fb570bcd42b526f3147efbd1a33614ebb6fa53c2 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:ac580d58c972503a7e61202d7e9354254c3b3f6ff0e7fdfce7b8db911ab8d1ad as runtime
FROM registry.access.redhat.com/ubi8/nodejs-18@sha256:829be362b25a87e316567a88fb570bcd42b526f3147efbd1a33614ebb6fa53c2 as runtime

WORKDIR /usr/src/app

Expand Down

0 comments on commit fedc40a

Please sign in to comment.