From 39299f3a12fe1d2405fbb5241787f069266cbeab Mon Sep 17 00:00:00 2001 From: mgtennant <100305096+mgtennant@users.noreply.github.com> Date: Tue, 23 Jan 2024 14:54:24 -0800 Subject: [PATCH] sticking with node 16 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 60cf427..967c990 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/node:18-alpine3.18 +FROM docker.io/node:16.15.1-alpine # Set environment variable to avoid update notifications ENV NO_UPDATE_NOTIFIER=true