From c95726738228149a2f9d4e66357e6599f7c9c88a Mon Sep 17 00:00:00 2001 From: Matweb Bot Date: Fri, 21 Apr 2023 04:08:12 +0000 Subject: RenovateBot: Update node Docker tag to v20 --- Dockerfile.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile.production') diff --git a/Dockerfile.production b/Dockerfile.production index f2b6457..6ece810 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -1,5 +1,5 @@ # Build the needed css files in an intermediate container -FROM node:19-buster AS static_web_assets_build +FROM node:20-buster AS static_web_assets_build WORKDIR /var/www/mat2-web COPY . /var/www/mat2-web RUN npm install \ -- cgit v1.3