Skip to content
Snippets Groups Projects
Commit df72aee9ffe8 authored by Cédric Krier's avatar Cédric Krier :atom:
Browse files

Pin node to version 15 for node-sass

https://github.com/sass/node-sass/issues/3077
parent 91e67a53a11b
No related branches found
No related tags found
No related merge requests found
FROM node as builder-node
# node-sass is not yet ready for node 16
# https://github.com/sass/node-sass/issues/3077
FROM node:15 as builder-node
ENV INSTALL_PATH /web
RUN mkdir -p $INSTALL_PATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment