test: fix buildkite/puppeteer version (#25007)

This commit is contained in:
骗你是小猫咪 2020-06-15 23:31:45 +08:00 committed by GitHub
parent 351c842015
commit 6fe239b1c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM buildkite/puppeteer:latest
FROM buildkite/puppeteer:v3.0.4
RUN mkdir /app
WORKDIR /app
COPY package.json ./