From: ArthurHoaro Date: Mon, 29 Jul 2019 18:01:14 +0000 (+0200) Subject: Docker: Bump NodeJS version to prevent an issue with node-sass X-Git-Tag: v0.11.1~1^2~5^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=refs%2Fpull%2F1337%2Fhead;p=github%2Fshaarli%2FShaarli.git Docker: Bump NodeJS version to prevent an issue with node-sass --- diff --git a/Dockerfile b/Dockerfile index d8921cee..f05cf3a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \