From 7b96dce613d133d830883d2f13683752e516571e Mon Sep 17 00:00:00 2001 From: Vijay A Date: Tue, 21 Mar 2023 02:57:09 +0530 Subject: Upgrade 'npm' to '18.15.0' and 'pnpm' to 7.30.0' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 29931aa64..2a245a4f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Note: Before running this file, you should have already cloned the git repo + submodules on the host machine. This is used when actively developing on your local machine, but you want to build for a different architecture -FROM docker.io/library/node:18.13.0-buster as builder +FROM docker.io/library/node:18.15.0-buster as builder ENV PATH="/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/usr/local/lib:/usr/include:/usr/share" -- cgit v1.2.3-54-g00ecf