diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2021-06-22 11:11:45 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2021-06-22 11:11:45 +0200 |
| commit | 3af9c9157e40197f404c95ddfda68114d9ef2adb (patch) | |
| tree | b92c33318ed836546212911ab93a36e62b25a192 /src/ci/docker/host-x86_64/x86_64-gnu-tools | |
| parent | 9d93819fa7ae40376ac1f563a858d2ba5f3b0277 (diff) | |
| download | rust-3af9c9157e40197f404c95ddfda68114d9ef2adb.tar.gz rust-3af9c9157e40197f404c95ddfda68114d9ef2adb.zip | |
Update browser-ui-test version
Diffstat (limited to 'src/ci/docker/host-x86_64/x86_64-gnu-tools')
| -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 c33d5b4e4dc..35d274da673 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 @@ -71,7 +71,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.3.0 --unsafe-perm=true +RUN npm install -g browser-ui-test@0.4.0 --unsafe-perm=true ENV RUST_CONFIGURE_ARGS \ --build=x86_64-unknown-linux-gnu \ |
