alpine-chrome icon indicating copy to clipboard operation
alpine-chrome copied to clipboard

Puppeteer version out of sync with Chromium

Open robertbullen opened this issue 10 months ago • 0 comments

Describe the bug

According to the README's How to use with Puppeteer section, this project follows Puppeteer's version mapping, but that doesn't appear to be the case.

To Reproduce

Execute the following:

docker run --rm -it zenika/alpine-chrome:with-puppeteer sh -c 'chromium --version && npm list puppeteer'

Note the output:

Chromium 122.0.6261.128 Alpine Linux
[email protected] /usr/src/app
`-- [email protected]

What is the expected behavior?

According to the version mapping, Puppeteer should be v22.5.0.

What is the actual behavior?

Puppeteer is v13.5.2.

Possible solution

Update the with-puppeteer subproject's dependencies to specify the correct Puppeteer version.

Logs

N/A.

Versions

Software Version(s) How-to
Chromium Chromium 122.0.6261.128 Alpine Linux docker container run -it --rm --entrypoint "" zenika/alpine-chrome chromium-browser --version
Image 8c88d61b7e7f627e44fdad3d4e681d71dc2fddcf22f2e3602a65622f76ffef44 docker image inspect --format='{{index .RepoDigests 0}}' zenika/alpine-chrome
Docker Engine 25.04 docker version

Additional context

Add any other context about the problem here.

robertbullen avatar Mar 26 '24 23:03 robertbullen