From ecc320802c2622d2a7f24de63ef5a1dea22fcb18 Mon Sep 17 00:00:00 2001 From: Nicholas Date: Fri, 2 Aug 2024 19:17:07 +0200 Subject: [PATCH] chore: downgrade to node 20 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8e195a6..81652ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22.5.1-alpine as install +FROM node:20.16.0-alpine as install WORKDIR /app ENV PATH /app/node_modules/.bin:$PATH