about summary refs log tree commit diff
path: root/src/ci/docker
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2021-07-14 16:28:15 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2021-07-14 16:28:15 +0200
commit56abf7186ed88c4066694a17ed2264e5ab7a0d69 (patch)
tree072a66fecfcb00170a2137a56822e9285833f632 /src/ci/docker
parent1f0db5e0a315a252946a9e52a76c73579da53dd0 (diff)
downloadrust-56abf7186ed88c4066694a17ed2264e5ab7a0d69.tar.gz
rust-56abf7186ed88c4066694a17ed2264e5ab7a0d69.zip
Update browser-ui-test package version
Diffstat (limited to 'src/ci/docker')
-rw-r--r--src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile b/src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile
index 6dcf0bdcba4..779b301ff61 100644
--- a/src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile
+++ b/src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile
@@ -72,7 +72,7 @@ ENV PATH="/node-v14.4.0-linux-x64/bin:${PATH}"
 # https://github.com/puppeteer/puppeteer/issues/375
 #
 # We also specify the version in case we need to update it to go around cache limitations.
-RUN npm install -g browser-ui-test@0.4.1 --unsafe-perm=true
+RUN npm install -g browser-ui-test@0.4.2 --unsafe-perm=true
 
 ENV RUST_CONFIGURE_ARGS \
   --build=x86_64-unknown-linux-gnu \