We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1ee8fa + 1dbdfc4 commit 511dca5Copy full SHA for 511dca5
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}"
72
# https://github.com/puppeteer/puppeteer/issues/375
73
#
74
# We also specify the version in case we need to update it to go around cache limitations.
75
-RUN npm install -g browser-ui-test@0.5.8 --unsafe-perm=true
+RUN npm install -g browser-ui-test@0.7.0 --unsafe-perm=true
76
77
ENV RUST_CONFIGURE_ARGS \
78
--build=x86_64-unknown-linux-gnu \
0 commit comments