about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2022-02-15 21:31:31 +0100
committerGuillaume Gomez <guillaume.gomez@huawei.com>2022-02-15 21:31:40 +0100
commit6763cb9ab7cd13ca381ce0940ba5c8c1325cf26b (patch)
tree512bfebde0e64a985ae69222b1e606453d300322
parent6421a499a50adbaa7b5d0234bdd4817d970f0933 (diff)
downloadrust-6763cb9ab7cd13ca381ce0940ba5c8c1325cf26b.tar.gz
rust-6763cb9ab7cd13ca381ce0940ba5c8c1325cf26b.zip
Update browser-ui-test version
-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 52c73fd3bd1..f1c42b248f4 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.7.1 --unsafe-perm=true
+RUN npm install -g browser-ui-test@0.7.2 --unsafe-perm=true
 
 ENV RUST_CONFIGURE_ARGS \
   --build=x86_64-unknown-linux-gnu \