From 655ac2d2a94e77309c811e876e92fcbd5a57989e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:36:04 +0000 Subject: [PATCH] Update Node.js to v21.7.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b43a907c1..3bfa97597 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/ @@ -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/