about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2022-03-12 16:07:42 +0100
committerGuillaume Gomez <guillaume.gomez@huawei.com>2022-03-12 16:07:42 +0100
commitad2ae5dbb272eeb9df950cc38ef9d958f6c1e353 (patch)
tree06f42e48e6ebc83b014ea3c35f6d37b28097497f /src
parentf58d51b3c00b1e30acd75aead202eb2248bb33f9 (diff)
downloadrust-ad2ae5dbb272eeb9df950cc38ef9d958f6c1e353.tar.gz
rust-ad2ae5dbb272eeb9df950cc38ef9d958f6c1e353.zip
Update browser-ui-test version used in CI
Diffstat (limited to 'src')
-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 9b92bed1f02..b0f052e6cf0 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.8.0 --unsafe-perm=true
+RUN npm install -g browser-ui-test@0.8.1 --unsafe-perm=true
 
 ENV RUST_CONFIGURE_ARGS \
   --build=x86_64-unknown-linux-gnu \