Skip to content

Commit 52a673f

Browse files
committed
fix: tests dockerfile
1 parent 99d3403 commit 52a673f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:18.20.8-bookworm@sha256:c6ae79e38498325db67193d391e6ec1d224d96c693a8a4d943498556716d3783
22

3-
RUN apt-get update && apt-get install -y --no-install-recommends chromium=140.0.7339.185-1~deb12u1 \
3+
RUN apt-get update && apt-get install -y --no-install-recommends chromium \
44
&& rm -rf /var/lib/apt/lists/*
55

66
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true

0 commit comments

Comments
 (0)