]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Docker: Bump NodeJS version to prevent an issue with node-sass 1337/head
authorArthurHoaro <arthur@hoa.ro>
Mon, 29 Jul 2019 18:01:14 +0000 (20:01 +0200)
committerArthurHoaro <arthur@hoa.ro>
Mon, 29 Jul 2019 18:01:14 +0000 (20:01 +0200)
Dockerfile

index d8921cee4cae2820a1448635f6ad1dab6425fe0b..f05cf3a45ccbdb360bcb29adf370f88d46b1043c 100644 (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 \