From 7e0b8e70d89930a6e4db43adb49ff49869d7e022 Mon Sep 17 00:00:00 2001 From: "yongen.loong" Date: Thu, 25 Jul 2024 00:02:43 +0800 Subject: [PATCH] update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1bbebf1..11498da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18-alpine AS base +FROM node:20-alpine AS base # Production image, copy all the files and run next FROM base AS runner