X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Dockerfile;h=f05cf3a45ccbdb360bcb29adf370f88d46b1043c;hb=refs%2Fheads%2Fstable;hp=d8921cee4cae2820a1448635f6ad1dab6425fe0b;hpb=8fdd65b88412a0db28c723a486650c434fe5668c;p=github%2Fshaarli%2FShaarli.git 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 \