From 62f48a62a27231ab930ab75e0c5bb3566492081c Mon Sep 17 00:00:00 2001 From: Vijay A Date: Thu, 2 Sep 2021 09:58:42 +0530 Subject: chore: upgrade 'nodejs' to '14.17.6' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index e69babe2b..a7900dbee 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 node:14.17.5-buster as builder +FROM node:14.17.6-buster as builder # TODO: Need to setup a non-root user for security purposes -- cgit v1.2.3-54-g00ecf