From 1e0e89ddb7f4e64b8c2d556bc11acddaf6975032 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 23:30:28 +0000 Subject: [PATCH] housekeeping: Update Node.js to v18.20.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f4b0aec6cb..c5e61ed1c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Frontend build. -FROM node:18.19.0-buster as nodebuild +FROM node:18.20.3-buster as nodebuild COPY ./frontend ./frontend COPY ./tools/install-yarn.sh ./tools/install-yarn.sh COPY ./tools/preflight-checks.sh ./tools/preflight-checks.sh