diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-03-16 16:18:47 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-03-16 22:21:28 +0100 |
| commit | 972ee874324db2b373bec6c807a763f44a6eac6a (patch) | |
| tree | 39322538a1b27a8278a0d3d694d09b102c667c91 /src/ci/docker | |
| parent | 461e8078010433ff7de2db2aaae8a3cfb0847215 (diff) | |
| download | rust-972ee874324db2b373bec6c807a763f44a6eac6a.tar.gz rust-972ee874324db2b373bec6c807a763f44a6eac6a.zip | |
Update browser-ui-test version to 0.8.3
Diffstat (limited to 'src/ci/docker')
| -rw-r--r-- | src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile | 2 |
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 b0f052e6cf0..d78fc6d2083 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.1 --unsafe-perm=true +RUN npm install -g browser-ui-test@0.8.3 --unsafe-perm=true ENV RUST_CONFIGURE_ARGS \ --build=x86_64-unknown-linux-gnu \ |
