We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d3403 commit 52a673fCopy full SHA for 52a673f
test/Dockerfile
@@ -1,6 +1,6 @@
1
FROM node:18.20.8-bookworm@sha256:c6ae79e38498325db67193d391e6ec1d224d96c693a8a4d943498556716d3783
2
3
-RUN apt-get update && apt-get install -y --no-install-recommends chromium=140.0.7339.185-1~deb12u1 \
+RUN apt-get update && apt-get install -y --no-install-recommends chromium \
4
&& rm -rf /var/lib/apt/lists/*
5
6
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
0 commit comments