From fde6a590f5a194989cef1e2c2ff63f92e96d39ee Mon Sep 17 00:00:00 2001 From: jf Date: Sat, 23 Apr 2022 17:37:29 +0200 Subject: upgrade to node 18 --- Dockerfile.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile.production') diff --git a/Dockerfile.production b/Dockerfile.production index 3003497..477e508 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -1,5 +1,5 @@ # Build the needed css files in an intermediate container -FROM node:17-buster AS static_web_assets_build +FROM node:18-buster AS static_web_assets_build WORKDIR /var/www/mat2-web COPY . /var/www/mat2-web RUN npm install \ -- cgit v1.3