From 18e153bc6d3d4e1295e29e499334cebc3dd06faf Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 31 Mar 2024 08:37:23 +0530 Subject: Upgrade node to latest LTS (20.12.0) and some other modules --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 83baba00b..b0238e008 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.11.1-buster AS builder +FROM docker.io/library/node:20.12.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