Skip to content

Commit

Permalink
Merge pull request #4950 from RoboJackets/renovate/node-22.x
Browse files Browse the repository at this point in the history
Update Node.js to v22.12.0
  • Loading branch information
renovate[bot] authored Dec 4, 2024
2 parents 5ef8abe + 0c59c34 commit fc3b1ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN set -euxo pipefail && \
/root/.local/bin/poetry install --no-interaction && \
/root/.local/bin/poetry run sphinx-build -M dirhtml "." "_build"

FROM node:22.11.0 AS docs-minification
FROM node:22.12.0 AS docs-minification

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

Expand Down Expand Up @@ -42,7 +42,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:22.11.0 AS nova-components
FROM node:22.12.0 AS nova-components

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

Expand All @@ -60,7 +60,7 @@ RUN set -eux && \
npm install --no-progress && \
npm run production --no-progress

FROM node:22.11.0 AS frontend
FROM node:22.12.0 AS frontend

COPY --link --from=frontend-source /app/ /app/

Expand Down

0 comments on commit fc3b1ac

Please sign in to comment.