Skip to content

Commit

Permalink
Merge pull request #4539 from RoboJackets/renovate/node-21.x
Browse files Browse the repository at this point in the history
Update Node.js to v21.7.3
  • Loading branch information
renovate[bot] authored Apr 11, 2024
2 parents 0a4c10f + 547331b commit d903af3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN set -euxo pipefail && \
fi; \
done;

FROM node:21.7.2 as docs-minification
FROM node:21.7.3 as docs-minification

COPY --link --from=docs-source /docs/_build/dirhtml/ /docs/

Expand Down Expand Up @@ -49,7 +49,7 @@ COPY --link package.json package-lock.json webpack.mix.js artisan /app/
COPY --link resources/ /app/resources/
COPY --link public/ /app/public/

FROM node:21.7.2 as nova-components
FROM node:21.7.3 as nova-components

COPY --link /nova-components/ /nova-components/

Expand Down

0 comments on commit d903af3

Please sign in to comment.