diff options
author | Renovate Bot <bot@renovateapp.com> | 2018-11-02 13:07:55 +0000 |
---|---|---|
committer | Renovate Bot <bot@renovateapp.com> | 2018-11-02 13:07:55 +0000 |
commit | 209907748af483ff21e052c2b04d4a932cc8c9a8 (patch) | |
tree | fc245a3cc007acdb10066acc84b285a3775dcdf8 | |
parent | 4f8096f8b2737965465364abeb6fe564213987cb (diff) | |
download | docker-puppeteer-209907748af483ff21e052c2b04d4a932cc8c9a8.tar.gz docker-puppeteer-209907748af483ff21e052c2b04d4a932cc8c9a8.tar.zst docker-puppeteer-209907748af483ff21e052c2b04d4a932cc8c9a8.zip |
Update Node.js to v10.13.0
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ | |||
3 | # Based upon: | 3 | # Based upon: |
4 | # https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md#running-puppeteer-in-docker | 4 | # https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md#running-puppeteer-in-docker |
5 | 5 | ||
6 | FROM node:10.12.0-slim@sha256:62417b202fc4c8b9a8ef16e94b46a70ebb65b5adb57b581cd046b28bf747e7f3 | 6 | FROM node:10.13.0-slim@sha256:91d78c8ddf88d7a48ba6c5ac30452e56cdae221f9bf517737cba71a8bba0c236 |
7 | 7 | ||
8 | RUN apt-get update \ | 8 | RUN apt-get update \ |
9 | # See https://crbug.com/795759 | 9 | # See https://crbug.com/795759 |