From e420da75c3fa6fdebd6c38016a5cf201944052bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 May 2026 13:05:53 +0000 Subject: [PATCH] chore: Update templates for base image: apify/actor-python-playwright,apify/actor-python-playwright-chrome,apify/actor-python-playwright-firefox,apify/actor-python-playwright-webkit,apify/actor-python-playwright-camoufox --- templates/python-crawlee-playwright-camoufox/Dockerfile | 2 +- templates/python-crawlee-playwright/Dockerfile | 2 +- templates/python-playwright/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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