diff options
Diffstat (limited to 'Dockerfile')
-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.7.0-slim@sha256:77524feab92bd8280ef1b2537b35cf9f180d26a61a493ffda85a19b16e433fa5 | 6 | FROM node:10.8.0-slim@sha256:2d539ca8d676b7f7ace70f517506fed2a723da442b051706b98b4095cddd8106 |
7 | 7 | ||
8 | RUN apt-get update \ | 8 | RUN apt-get update \ |
9 | # See https://crbug.com/795759 | 9 | # See https://crbug.com/795759 |