]> git.immae.eu Git - github/fretlink/docker-puppeteer.git/commitdiff
Pin node Docker tag
authorRenovate Bot <bot@renovateapp.com>
Tue, 12 Jun 2018 14:35:15 +0000 (14:35 +0000)
committerRenovate Bot <bot@renovateapp.com>
Tue, 12 Jun 2018 14:35:15 +0000 (14:35 +0000)
Dockerfile

index 4e32ba602651f5a4f73147a41d85f52917506fd5..f9ed5293b358608a4b0f2690e650e13321e190d6 100644 (file)
@@ -3,7 +3,7 @@
 # Based upon:
 # https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md#running-puppeteer-in-docker
 
-FROM node:10.4.0-slim
+FROM node:10.4.0-slim@sha256:18755f881eb3d52e84772432c599f885a28db4e512c4cae8710cbad83ae7514f
     
 RUN  apt-get update \
      # See https://crbug.com/795759