Skip to content

Commit

Permalink
Merge pull request #4475 from RoboJackets/renovate/node-21.x
Browse files Browse the repository at this point in the history
Update Node.js to v21.7.1
  • Loading branch information
renovate[bot] authored Mar 11, 2024
2 parents 6c545ce + 5161fa9 commit 1bc6bf4
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.0 as docs-minification
FROM node:21.7.1 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.0 as nova-components
FROM node:21.7.1 as nova-components

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

Expand Down

0 comments on commit 1bc6bf4

Please sign in to comment.