Merge pull request #1337 from ArthurHoaro/hotfix/docker-build

Docker: Bump NodeJS version to prevent an issue with node-sass
This commit is contained in:
ArthurHoaro 2019-07-29 20:08:00 +02:00 committed by GitHub
commit fa7625219d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 \