about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2022-03-10 17:49:50 +0100
committerGuillaume Gomez <guillaume.gomez@huawei.com>2022-03-10 17:49:50 +0100
commit5d830f4804ef9fb6d8ebcb678c7c683b0c1c6e38 (patch)
treee0ecdb1f4d6f6cb39ef7bee703037e03c9d10373 /src/ci
parent18006a60d0e39a2946d1acafb3bf1bbcabbb6da5 (diff)
downloadrust-5d830f4804ef9fb6d8ebcb678c7c683b0c1c6e38.tar.gz
rust-5d830f4804ef9fb6d8ebcb678c7c683b0c1c6e38.zip
Update browser-ui-test version
Diffstat (limited to 'src/ci')
-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 f1c42b248f4..9b92bed1f02 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.2 --unsafe-perm=true
+RUN npm install -g browser-ui-test@0.8.0 --unsafe-perm=true
 
 ENV RUST_CONFIGURE_ARGS \
   --build=x86_64-unknown-linux-gnu \