Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/python-crawlee-playwright-camoufox/Dockerfile
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion templates/python-crawlee-playwright/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion templates/python-playwright/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Loading