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=67d4029feeb4dbb0fff7b6d7228270b0c2388b9f;hp=9f3bdf5895d81a6c1e02876fd696efe81235a350;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 \