From 03901f2345c079589231fed0b5966add2615aaa7 Mon Sep 17 00:00:00 2001 From: mgtennant <100305096+mgtennant@users.noreply.github.com> Date: Tue, 30 Jul 2024 09:26:09 -0700 Subject: [PATCH] adjust node version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 967c990..2fcb853 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/node:16.15.1-alpine +FROM docker.io/node:20-alpine # Set environment variable to avoid update notifications ENV NO_UPDATE_NOTIFIER=true