diff --git a/templates/python-crawlee-playwright-camoufox/Dockerfile b/templates/python-crawlee-playwright-camoufox/Dockerfile index a1425b64..0c9f4b1b 100644 --- a/templates/python-crawlee-playwright-camoufox/Dockerfile +++ b/templates/python-crawlee-playwright-camoufox/Dockerfile @@ -1,7 +1,7 @@ # First, specify the base Docker image. # You can see the Docker images from Apify at https://hub.docker.com/r/apify/. # You can also use any other image from Docker Hub. -FROM apify/actor-python-playwright-camoufox:3.14-1.59.0 +FROM apify/actor-python-playwright-camoufox:3.14-1.60.0 # Second, copy just requirements.txt into the Actor image, # since it should be the only file that affects the dependency install in the next step, diff --git a/templates/python-crawlee-playwright/Dockerfile b/templates/python-crawlee-playwright/Dockerfile index 3276dd99..adfe0fd7 100644 --- a/templates/python-crawlee-playwright/Dockerfile +++ b/templates/python-crawlee-playwright/Dockerfile @@ -1,7 +1,7 @@ # First, specify the base Docker image. # You can see the Docker images from Apify at https://hub.docker.com/r/apify/. # You can also use any other image from Docker Hub. -FROM apify/actor-python-playwright:3.14-1.59.0 +FROM apify/actor-python-playwright:3.14-1.60.0 USER myuser diff --git a/templates/python-playwright/Dockerfile b/templates/python-playwright/Dockerfile index 3276dd99..adfe0fd7 100644 --- a/templates/python-playwright/Dockerfile +++ b/templates/python-playwright/Dockerfile @@ -1,7 +1,7 @@ # First, specify the base Docker image. # You can see the Docker images from Apify at https://hub.docker.com/r/apify/. # You can also use any other image from Docker Hub. -FROM apify/actor-python-playwright:3.14-1.59.0 +FROM apify/actor-python-playwright:3.14-1.60.0 USER myuser