From cc5920e729f10eec343264b49a8a2253caf79779 Mon Sep 17 00:00:00 2001 From: Lorenz Leitner Date: Fri, 7 Jan 2022 19:32:09 +0100 Subject: [PATCH] Downgrade backend node version to 13 to mitigate #117 --- backend/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Containerfile b/backend/Containerfile index 76e734a..54b163d 100644 --- a/backend/Containerfile +++ b/backend/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/node:15.1.0-alpine +FROM docker.io/node:13.14.0-alpine WORKDIR /lmrdashboard/backend COPY . .