From b79582730567d604de665c6f8cc361fe4c0bf80c Mon Sep 17 00:00:00 2001 From: Jason Fields Date: Sun, 24 Apr 2022 11:48:35 -0400 Subject: [PATCH] Use node v16, not v18, in DockerFile I like the new shiny stuff as much as the next guy, Renovate, but let's not get ahead of VSCode --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 20486993e..445fd461b 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18 +FROM node:16 ARG DEBIAN_FRONTEND=noninteractive