From 9121b57a6b6089c4b394f97603e29f89a2df82c1 Mon Sep 17 00:00:00 2001 From: jfriedli Date: Mon, 24 Jan 2022 20:20:21 +0000 Subject: [PATCH] RenovateBot: Update node Docker tag to v17 --- Dockerfile.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.production b/Dockerfile.production index 0855297..3003497 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -1,5 +1,5 @@ # Build the needed css files in an intermediate container -FROM node:14-buster AS static_web_assets_build +FROM node:17-buster AS static_web_assets_build WORKDIR /var/www/mat2-web COPY . /var/www/mat2-web RUN npm install \