about summary refs log tree commit diff
path: root/src/ci/docker
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2021-08-13 14:52:28 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2021-08-13 14:52:28 +0200
commit11716db285bb861878b8537d1c356c9e08425e40 (patch)
tree6a2212b80b01d130d1e9467d8f0cd4a28dc27b8b /src/ci/docker
parent04c9901a0838d20e6ac0bcda94ea1a8c239bb0d7 (diff)
downloadrust-11716db285bb861878b8537d1c356c9e08425e40.tar.gz
rust-11716db285bb861878b8537d1c356c9e08425e40.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 779b301ff61..adc970c66d6 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.2 --unsafe-perm=true
+RUN npm install -g browser-ui-test@0.4.3 --unsafe-perm=true
 
 ENV RUST_CONFIGURE_ARGS \
   --build=x86_64-unknown-linux-gnu \