diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-10-19 11:25:39 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-10-19 11:25:39 +0200 |
| commit | e8b5af1c0a5194ef2e46f2566e82b30bc1b8537b (patch) | |
| tree | 64ed5a4e83a40d55301beecde1426fde15f72351 /src/ci/docker | |
| parent | 9a757817c352801de8b0593728f8aee21e23cd53 (diff) | |
| download | rust-e8b5af1c0a5194ef2e46f2566e82b30bc1b8537b.tar.gz rust-e8b5af1c0a5194ef2e46f2566e82b30bc1b8537b.zip | |
Upgrade browser-ui-test version to 0.4.5 (it allows to have multi-line commands)
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 adc970c66d6..ba4e1ca3114 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.3 --unsafe-perm=true +RUN npm install -g browser-ui-test@0.4.5 --unsafe-perm=true ENV RUST_CONFIGURE_ARGS \ --build=x86_64-unknown-linux-gnu \ |
