jlandure / alpine-chrome

Chrome Headless docker images built upon alpine official image
https://hub.docker.com/r/zenika/alpine-chrome
Apache License 2.0
1.88k stars 244 forks source link

Chrome version update policy #254

Open andreyfel opened 4 months ago

andreyfel commented 4 months ago

Sorry if I missed it, but I couldn't find the policy for updating the Chrome version anywhere.

I see Chrome version 126 has been out for a while and this image still has version 124.

nbyloff commented 3 months ago

@andreyfel if you change their Dockerfile to start with FROM alpine:3.20 you get Chrome 127. The build just installs the latest Chromium package. I don't know if you can update the commands to specific versions.

zigarn commented 1 month ago

There is a build every week. It takes the latest chromium available in the alpine base image (currently 3.19)

zigarn commented 1 month ago

PR #257 will allow to switch to Chromium 128.

zigarn commented 1 month ago

Ping @jlandure for the upgrade as I'm not member of Zenika's org anymore.