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:
commit
fa7625219d
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue