]> git.immae.eu Git - github/fretlink/docker-puppeteer.git/commitdiff
Update README.md
authorTim Lucas <t@toolmantim.com>
Tue, 12 Jun 2018 12:30:15 +0000 (22:30 +1000)
committerGitHub <noreply@github.com>
Tue, 12 Jun 2018 12:30:15 +0000 (22:30 +1000)
README.md

index 3d200de9a0e4c2b46960f83f90524af24fa051c3..6b72cb0b447b96a680ba46d7e043a3eec55b3cf8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ A base image for running Puppeteer scripts. Add your own tools (such as Jest, Mo
 Dockerfile.integration-tests:
 
 ```Dockerfile
-FROM buildkite/puppeteer:1.3.0
+FROM buildkite/puppeteer
 RUN  npm i mocha@5
 ENV  PATH="${PATH}:/node_modules/.bin"
 ```
@@ -83,4 +83,4 @@ Running:
 
 ```
 docker-compose -f integration-tests run tests
-```
\ No newline at end of file
+```