Skip to content
Snippets Groups Projects
Commit 667197d8 authored by jfriedli's avatar jfriedli
Browse files

RenovateBot: Update node Docker tag to v17

parent 3cfb4fd9
Branches
Tags
No related merge requests found
# 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 \
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment