Docker: Bump NodeJS version to prevent an issue with node-sass

This commit is contained in:
ArthurHoaro 2019-07-29 20:01:14 +02:00
parent 9f3bdf5895
commit 67d4029fee

View file

@ -16,7 +16,7 @@ RUN cd shaarli \
# Stage 3:
# - Frontend dependencies
FROM node:9.9-alpine as node
FROM node:12-alpine as node
COPY --from=composer /app/shaarli shaarli
RUN cd shaarli \
&& yarn install \