Skip to content

Commit 522bdef

Browse files
chore: Update templates for base image: apify/actor-node-playwright, apify/actor-node-playwright-chrome, apify/actor-node-playwright-firefox, apify/actor-node-playwright-webkit, apify/actor-node-playwright-camoufox (#606)
Automated update of templates for base image `apify/actor-node-playwright, apify/actor-node-playwright-chrome, apify/actor-node-playwright-firefox, apify/actor-node-playwright-webkit, apify/actor-node-playwright-camoufox` **Parameters:** - Base Image: `apify/actor-node-playwright, apify/actor-node-playwright-chrome, apify/actor-node-playwright-firefox, apify/actor-node-playwright-webkit, apify/actor-node-playwright-camoufox` - Runtime Version: `22` - Module Version: `1.57.0` > Generated by [Update Templates](https://github.com/apify/actor-templates/actions/workflows/update-templates.yml) workflow. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f2a389b commit 522bdef

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

templates/js-crawlee-playwright-camoufox/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Specify the base Docker image. You can read more about
22
# the available images at https://crawlee.dev/docs/guides/docker-images
33
# You can also use any other image from Docker Hub.
4-
FROM apify/actor-node-playwright-camoufox:22-1.56.1
4+
FROM apify/actor-node-playwright-camoufox:22-1.57.0
55

66
# Check preinstalled packages
77
RUN npm ls @crawlee/core apify playwright

templates/js-crawlee-playwright-camoufox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"apify": "^3.5.2",
1111
"camoufox-js": "^0.7.0",
1212
"@crawlee/playwright": "^3.15.3",
13-
"playwright": "1.56.1"
13+
"playwright": "1.57.0"
1414
},
1515
"devDependencies": {
1616
"@apify/eslint-config": "^1.0.0",

templates/js-crawlee-playwright-chrome/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Specify the base Docker image. You can read more about
22
# the available images at https://crawlee.dev/docs/guides/docker-images
33
# You can also use any other image from Docker Hub.
4-
FROM apify/actor-node-playwright-chrome:22-1.56.1
4+
FROM apify/actor-node-playwright-chrome:22-1.57.0
55

66
# Check preinstalled packages
77
RUN npm ls @crawlee/core apify puppeteer playwright

templates/js-crawlee-playwright-chrome/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"apify": "^3.5.2",
88
"@crawlee/playwright": "^3.15.3",
9-
"playwright": "1.56.1"
9+
"playwright": "1.57.0"
1010
},
1111
"devDependencies": {
1212
"@apify/eslint-config": "^1.0.0",

templates/ts-crawlee-playwright-camoufox/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Specify the base Docker image. You can read more about
22
# the available images at https://crawlee.dev/docs/guides/docker-images
33
# You can also use any other image from Docker Hub.
4-
FROM apify/actor-node-playwright-camoufox:22-1.56.1 AS builder
4+
FROM apify/actor-node-playwright-camoufox:22-1.57.0 AS builder
55

66
# Check preinstalled packages
77
RUN npm ls @crawlee/core apify puppeteer playwright
@@ -25,7 +25,7 @@ COPY --chown=myuser:myuser . ./
2525
RUN npm run build
2626

2727
# Create final image
28-
FROM apify/actor-node-playwright-camoufox:22-1.56.1
28+
FROM apify/actor-node-playwright-camoufox:22-1.57.0
2929

3030
# Check preinstalled packages
3131
RUN npm ls @crawlee/core apify puppeteer playwright

templates/ts-crawlee-playwright-camoufox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"apify": "^3.5.2",
1111
"camoufox-js": "^0.7.0",
1212
"@crawlee/playwright": "^3.15.3",
13-
"playwright": "1.56.1"
13+
"playwright": "1.57.0"
1414
},
1515
"devDependencies": {
1616
"@apify/eslint-config": "^1.0.0",

templates/ts-crawlee-playwright-chrome/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Specify the base Docker image. You can read more about
22
# the available images at https://crawlee.dev/docs/guides/docker-images
33
# You can also use any other image from Docker Hub.
4-
FROM apify/actor-node-playwright-chrome:22-1.56.1 AS builder
4+
FROM apify/actor-node-playwright-chrome:22-1.57.0 AS builder
55

66
# Check preinstalled packages
77
RUN npm ls @crawlee/core apify puppeteer playwright
@@ -25,7 +25,7 @@ COPY --chown=myuser:myuser . ./
2525
RUN npm run build
2626

2727
# Create final image
28-
FROM apify/actor-node-playwright-chrome:22-1.56.1
28+
FROM apify/actor-node-playwright-chrome:22-1.57.0
2929

3030
# Check preinstalled packages
3131
RUN npm ls @crawlee/core apify puppeteer playwright

templates/ts-crawlee-playwright-chrome/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"apify": "^3.5.2",
1111
"@crawlee/playwright": "^3.15.3",
12-
"playwright": "1.56.1"
12+
"playwright": "1.57.0"
1313
},
1414
"devDependencies": {
1515
"@apify/eslint-config": "^1.0.0",

templates/ts-playwright-test-runner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM apify/actor-node-playwright:22-1.56.1
1+
FROM apify/actor-node-playwright:22-1.57.0
22

33
COPY --chown=myuser:myuser package*.json Dockerfile ./
44

templates/ts-playwright-test-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"author": "",
2121
"license": "ISC",
2222
"dependencies": {
23-
"@playwright/test": "1.56.1",
23+
"@playwright/test": "1.57.0",
2424
"@types/uuid": "^11.0.0",
2525
"apify": "^3.5.2",
2626
"uuid": "^13.0.0",

0 commit comments

Comments
 (0)