about summary refs log tree commit diff
path: root/src/ci/docker
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2021-12-12 18:28:58 +0100
committerGuillaume Gomez <guillaume.gomez@huawei.com>2021-12-12 18:28:58 +0100
commit632508698a175d0d1cadfa8ad0f64462efdcf9f1 (patch)
tree530e0cdf666f18190be7289888b3bb58b57ac53d /src/ci/docker
parent87dce6e8dfdae605c9c2a713cf0133066a52022a (diff)
downloadrust-632508698a175d0d1cadfa8ad0f64462efdcf9f1.tar.gz
rust-632508698a175d0d1cadfa8ad0f64462efdcf9f1.zip
Update browser-ui-test version and improve rustdoc-gui tests readability
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 f71282a1b52..6e77bb0a09b 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.0 --unsafe-perm=true
+RUN npm install -g browser-ui-test@0.5.1 --unsafe-perm=true
 
 ENV RUST_CONFIGURE_ARGS \
   --build=x86_64-unknown-linux-gnu \