From 010743584ddb2a6347f3cd0e55f51931cc288b46 Mon Sep 17 00:00:00 2001 From: Csaky Date: Tue, 16 Jul 2024 10:41:35 -0700 Subject: [PATCH] use node:20.15.1-alpine3.20 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 795df086..4ac95c80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/node:lts-alpine3.20 +FROM docker.io/node:20.15.1-alpine3.20 ARG APP_ROOT=/opt/app-root/src ENV APP_PORT=8080 \