Yo, I had the same issue last week! For docker install chromium-browser with version 110.0.5481.177, you can use the `--version` flag in your Dockerfile or just pull the specific image tag.
Also, check out https://github.com/jessfraz/dockerfiles for some pre-built Dockerfiles. They might have what you need.
Pro tip: Always test the container locally before deploying. Saves a ton of headaches later.
Also, check out https://github.com/jessfraz/dockerfiles for some pre-built Dockerfiles. They might have what you need.
Pro tip: Always test the container locally before deploying. Saves a ton of headaches later.
