RenovateBot: Update node Docker tag to v17

This commit is contained in:
jfriedli 2022-01-24 20:20:21 +00:00
parent 91e593a026
commit 9121b57a6b

View file

@ -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 \