about summary refs log tree commit diff
diff options
context:
space:
mode:
authorStefan Schindler <dns2utf8@estada.ch>2021-07-01 10:22:03 +0200
committerStefan Schindler <dns2utf8@estada.ch>2021-07-01 10:22:03 +0200
commitdbfbb76ba4dca60cb5a61494234272b98f7165fc (patch)
tree26e308159f3d5bc8642ec31a29dd6b736466d964
parent36458510878345ba38b37de7f92b885c54af0322 (diff)
downloadrust-dbfbb76ba4dca60cb5a61494234272b98f7165fc.tar.gz
rust-dbfbb76ba4dca60cb5a61494234272b98f7165fc.zip
Update container browser-ui-test@0.4.1
-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 faed1761fa4..6dcf0bdcba4 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.0 --unsafe-perm=true
+RUN npm install -g browser-ui-test@0.4.1 --unsafe-perm=true
 
 ENV RUST_CONFIGURE_ARGS \
   --build=x86_64-unknown-linux-gnu \