From 1094208183d64d42229ddb165425887900b77b1e Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Wed, 11 Jan 2023 19:23:26 +0530 Subject: Upgrade 'nodejs' to the latest LTS '18.13.0' (#858) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 028ef0281..29931aa64 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:16.19.0-buster as builder +FROM docker.io/library/node:18.13.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