Skip to content

Commit 49b7270

Browse files
chore: Update templates for base image: apify/actor-python-playwright
1 parent 0d8030a commit 49b7270

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

templates/python-crawlee-playwright-camoufox/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# You can see the Docker images from Apify at https://hub.docker.com/r/apify/.
33
# You can also use any other image from Docker Hub.
44
# Currently camoufox has issues installing on Python 3.13
5-
FROM apify/actor-python-playwright:3.14-1.57.0
5+
FROM apify/actor-python-playwright:3.14-1.58.0
66

77
# Second, copy just requirements.txt into the Actor image,
88
# since it should be the only file that affects the dependency install in the next step,

templates/python-crawlee-playwright/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# First, specify the base Docker image.
22
# You can see the Docker images from Apify at https://hub.docker.com/r/apify/.
33
# You can also use any other image from Docker Hub.
4-
FROM apify/actor-python-playwright:3.14-1.57.0
4+
FROM apify/actor-python-playwright:3.14-1.58.0
55

66
USER myuser
77

templates/python-playwright/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# First, specify the base Docker image.
22
# You can see the Docker images from Apify at https://hub.docker.com/r/apify/.
33
# You can also use any other image from Docker Hub.
4-
FROM apify/actor-python-playwright:3.14-1.57.0
4+
FROM apify/actor-python-playwright:3.14-1.58.0
55

66
USER myuser
77

0 commit comments

Comments
 (0)