File tree Expand file tree Collapse file tree 10 files changed +12
-12
lines changed
js-crawlee-playwright-camoufox
js-crawlee-playwright-chrome
ts-crawlee-playwright-camoufox
ts-crawlee-playwright-chrome
ts-playwright-test-runner Expand file tree Collapse file tree 10 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 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
77RUN npm ls @crawlee/core apify playwright
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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
77RUN npm ls @crawlee/core apify puppeteer playwright
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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
77RUN npm ls @crawlee/core apify puppeteer playwright
@@ -25,7 +25,7 @@ COPY --chown=myuser:myuser . ./
2525RUN 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
3131RUN npm ls @crawlee/core apify puppeteer playwright
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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
77RUN npm ls @crawlee/core apify puppeteer playwright
@@ -25,7 +25,7 @@ COPY --chown=myuser:myuser . ./
2525RUN 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
3131RUN npm ls @crawlee/core apify puppeteer playwright
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 1- FROM apify/actor-node-playwright:22-1.56.1
1+ FROM apify/actor-node-playwright:22-1.57.0
22
33COPY --chown=myuser:myuser package*.json Dockerfile ./
44
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments