aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5e308e8..453245c 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Node 8 + Puppeteer docker base image. Use it to add your own tools (such as a te
7Dockerfile.integration-tests: 7Dockerfile.integration-tests:
8 8
9```Dockerfile 9```Dockerfile
10FROM buildkite/puppeteer:1.1.1 10FROM buildkite/puppeteer:1.3.0
11RUN npm i mocha@5 11RUN npm i mocha@5
12ENV PATH="${PATH}:/node_modules/.bin" 12ENV PATH="${PATH}:/node_modules/.bin"
13``` 13```