about summary refs log tree commit diff
path: root/src/ci/docker
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2022-02-02 20:36:20 +0100
committerGuillaume Gomez <guillaume.gomez@huawei.com>2022-02-04 11:10:37 +0100
commit925ff53fefa3ed177e8f2a1d7b7c30b56aa1e0f3 (patch)
tree2c9eda888a1ca9811bfa7994e7136c613239f305 /src/ci/docker
parent4e8fb743ccbec27344b2dd42de7057f41d4ebfdd (diff)
downloadrust-925ff53fefa3ed177e8f2a1d7b7c30b56aa1e0f3.tar.gz
rust-925ff53fefa3ed177e8f2a1d7b7c30b56aa1e0f3.zip
Update browser-ui-test 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 c547e12f5b6..52c73fd3bd1 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.5.8 --unsafe-perm=true
+RUN npm install -g browser-ui-test@0.7.1 --unsafe-perm=true
 
 ENV RUST_CONFIGURE_ARGS \
   --build=x86_64-unknown-linux-gnu \