Compare commits

..

No commits in common. "020b7354dd55a28effcab0f3b19639fe24d3f58b" and "3caf19fbe3db1a1a6a8bdce189e09ac0ed35d513" have entirely different histories.

View File

@ -17,7 +17,7 @@ FROM base AS deps
RUN --mount=type=bind,target=.,rw \
--mount=type=cache,target=/src/.yarn/cache \
--mount=type=cache,target=/src/node_modules \
yarn install --immutable && mkdir /vendor && cp yarn.lock /vendor
yarn install && mkdir /vendor && cp yarn.lock /vendor
FROM scratch AS vendor-update
COPY --from=deps /vendor /