]> git.immae.eu Git - github/fretlink/docker-puppeteer.git/commitdiff
Node 10
authorTim Lucas <t@toolmantim.com>
Tue, 12 Jun 2018 12:59:09 +0000 (22:59 +1000)
committerTim Lucas <t@toolmantim.com>
Tue, 12 Jun 2018 12:59:09 +0000 (22:59 +1000)
Dockerfile

index 30dfd3474ccbbf927ba5e8421c2f5c88f2b15066..4e32ba602651f5a4f73147a41d85f52917506fd5 100644 (file)
@@ -1,9 +1,9 @@
-# A minimal Docker image with Node and Puppeteer
+# A minimal Docker image with Node and Puppeteer
 #
 # Based upon:
 # https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md#running-puppeteer-in-docker
 
-FROM node:8-slim@sha256:c99b8bef61ac8185fdd15c189a0aa6e6d0e29d9c5c80ff05b804b76166b2fb40
+FROM node:10.4.0-slim
     
 RUN  apt-get update \
      # See https://crbug.com/795759