From d05c4618c0328b655a02aafe99c2d09c3d8f29fe Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 13 Jan 2024 18:47:41 +0530 Subject: Upgrade node to latest LTS (20.11.0) and pnpm to latest (8.14.1) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 806f10a2b..2aeeeee56 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:20.9.0-buster as builder +FROM docker.io/library/node:20.11.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