From 524392c2cfa70f8a97d25340e74e7e746a69ac7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Fabr=C3=A9gat?= Date: Fri, 23 Feb 2024 16:22:27 -0800 Subject: [PATCH] now uses the LTS version of node --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0fe8d98..5cb8157 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ #################################################################################################### # PDF2IMG #################################################################################################### -FROM --platform=$TARGETPLATFORM node:21-alpine AS pdf2img +FROM --platform=$TARGETPLATFORM node:lts-alpine AS pdf2img ENV PORT=3000 ENV NODE_ENV=production