Skip to content

Commit

Permalink
deps: update puppeteer@0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alekzonder committed Sep 26, 2017
1 parent 6db3670 commit c22c98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss
ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget && \
apt-get clean && apt-get autoremove -y && rm -rf /var/lib/apt/lists/*

RUN yarn global add puppeteer@0.10.2 && yarn cache clean
RUN yarn global add puppeteer@0.11.0 && yarn cache clean

ENV NODE_PATH="/usr/local/share/.config/yarn/global/node_modules:${NODE_PATH}"

Expand Down

0 comments on commit c22c98a

Please sign in to comment.