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