Skip to content

Commit

Permalink
Update Node.js to v21.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 8, 2024
1 parent d9b4e7e commit 655ac2d
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.6.2 as docs-minification
FROM node:21.7.0 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.6.2 as nova-components
FROM node:21.7.0 as nova-components

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

Expand Down

0 comments on commit 655ac2d

Please sign in to comment.