Closed robertbullen closed 6 months ago
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 zenika-alpinechrome-withpuppeteer@1.0.0 /usr/src/app `-- puppeteer@13.5.2
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.
with-puppeteer
Logs
N/A.
Versions
docker container run -it --rm --entrypoint "" zenika/alpine-chrome chromium-browser --version
docker image inspect --format='{{index .RepoDigests 0}}' zenika/alpine-chrome
docker version
Additional context
Add any other context about the problem here.
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:
Note the output:
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
docker container run -it --rm --entrypoint "" zenika/alpine-chrome chromium-browser --version
docker image inspect --format='{{index .RepoDigests 0}}' zenika/alpine-chrome
docker version
Additional context
Add any other context about the problem here.