apify / apify-actor-docker

Base Docker images for Apify actors.
https://hub.docker.com/u/apify
Apache License 2.0
70 stars 22 forks source link

Auto-update Playwright version in Python Docker images #102

Open fnesveda opened 1 year ago

fnesveda commented 1 year ago

Right now, the Playwright version is hardcoded in the Python Docker images and in templates, so whenever Playwright releases a new version, we have to update it manually. We should figure out how to do this automatically, both here and in templates, and make sure that old actors don't break when we update the images.

fnesveda commented 7 months ago

@vdusek @B4nan I'm moving this to your team since Python tooling falls on you now

B4nan commented 7 months ago

cc @vladfrangu

vdusek commented 7 months ago

Blocked by https://github.com/apify/crawlee-py/issues/79