Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bazel/remote-execution/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://github.com/puppeteer/puppeteer/blob/866addd132270e56cb1f84885f2897123087215c/docker/Dockerfile
FROM ghcr.io/puppeteer/puppeteer:24.43.0@sha256:5c098117ef34084ba6f9dcff0fb2d8c9ee8f206297d3e227c695b7c73c52ebca
FROM ghcr.io/puppeteer/puppeteer:25.0.0@sha256:ecdb48b707c73cc8113ede6610faf2d84d5af9c276244f82b13386cd853c02c4
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The upgrade to Puppeteer v25 (which requires Node 22) likely transitions the base image from Debian Bullseye to Debian Bookworm. This change makes the manual addition of the bullseye repository on line 10 incorrect and potentially harmful due to mixing Debian releases. The repository should be updated to bookworm or removed if firefox-esr is available in the default repositories of the new base image.


# Switch back to `root` because Puppeteer sets up a non-root user in the
# image- preventing us from preparing Firefox dependencies.
Expand Down
Loading