Skip to content

Commit

Permalink
Merge pull request #399 from red-hat-data-services/renovate/docker-ma…
Browse files Browse the repository at this point in the history
…in/main/dockerfile-digest-updates

chore(deps): update registry.access.redhat.com/ubi8/nodejs-18 docker digest to 492e2ae (main)
  • Loading branch information
MohammadiIram authored Jan 9, 2025
2 parents d7e293b + 44d7aa3 commit fb3e8e5
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:2fcda2fccd4c4c969ad81d707aab18d5ff2894cc0e47ccb2361e1510f3e8a269 as builder
FROM registry.access.redhat.com/ubi8/nodejs-18@sha256:492e2ae9c6a3d9aaf0fac2963adcb924603089b04647c77a7430e31687bb4561 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:2fcda2fccd4c4c969ad81d707aab18d5ff2894cc0e47ccb2361e1510f3e8a269 as runtime
FROM registry.access.redhat.com/ubi8/nodejs-18@sha256:492e2ae9c6a3d9aaf0fac2963adcb924603089b04647c77a7430e31687bb4561 as runtime

WORKDIR /usr/src/app

Expand Down

0 comments on commit fb3e8e5

Please sign in to comment.