diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2021-12-31 23:14:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-31 23:14:49 +0100 |
| commit | 2da54c729ecd3ad6a4557ccc6b4f9e6ef8632ae2 (patch) | |
| tree | 6623834d2dcd1e9c7f25216eea512c59bb1050bf /src/ci | |
| parent | 4e4d2585e500315346ab5cbd43eee285a3d5e7ea (diff) | |
| parent | 7c78ea5b53a8a37d3d56a79c1aeca75beab80140 (diff) | |
| download | rust-2da54c729ecd3ad6a4557ccc6b4f9e6ef8632ae2.tar.gz rust-2da54c729ecd3ad6a4557ccc6b4f9e6ef8632ae2.zip | |
Rollup merge of #92440 - GuillaumeGomez:fix-mobile-toggles, r=jsha
Fix mobile toggles position Before:  After:  r? `@jsha`
Diffstat (limited to 'src/ci')
| -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 6e77bb0a09b..d4701a25614 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.5.1 --unsafe-perm=true +RUN npm install -g browser-ui-test@0.5.3 --unsafe-perm=true ENV RUST_CONFIGURE_ARGS \ --build=x86_64-unknown-linux-gnu \ |
