Skip to content

Commit e7ba28c

Browse files
authored
Update base image version in Dockerfile
1 parent e4e61bd commit e7ba28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN bun install --frozen-lockfile --production && \
1111
rm -rf ~/.bun/install/cache /tmp/*
1212

1313
# well-known OSS docker image
14-
FROM chromedp/headless-shell AS final
14+
FROM chromedp/headless-shell:143.0.7445.3 AS final
1515

1616
# install fonts only
1717
RUN apt-get update && \

0 commit comments

Comments
 (0)