From b05152abb12bc989de5fe3fa51338c4295dc35de Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Mon, 13 Nov 2023 21:48:29 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20File=20busy=20with=20node=20>=20?= =?UTF-8?q?20.3=20(#1630)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b5a9e2675..2579bcf85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.5-slim +FROM node:20.2.0-slim WORKDIR /app # Define node.js environment variables