Skip to content

Commit c983bf0

Browse files
chore: Update templates for base image: apify/actor-node-puppeteer-chrome (#604)
Automated update of templates for base image `apify/actor-node-puppeteer-chrome` **Parameters:** - Base Image: `apify/actor-node-puppeteer-chrome` - Runtime Version: `22` - Module Version: `24.34.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 522bdef commit c983bf0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

templates/js-crawlee-puppeteer-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-puppeteer-chrome:22-24.32.1
4+
FROM apify/actor-node-puppeteer-chrome:22-24.34.0
55

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

templates/js-crawlee-puppeteer-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/puppeteer": "^3.15.3",
9-
"puppeteer": "24.32.1"
9+
"puppeteer": "24.34.0"
1010
},
1111
"devDependencies": {
1212
"@apify/eslint-config": "^1.0.0",

templates/ts-crawlee-puppeteer-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-puppeteer-chrome:22-24.32.1 AS builder
4+
FROM apify/actor-node-puppeteer-chrome:22-24.34.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-puppeteer-chrome:22-24.32.1
28+
FROM apify/actor-node-puppeteer-chrome:22-24.34.0
2929

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

templates/ts-crawlee-puppeteer-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/puppeteer": "^3.15.3",
12-
"puppeteer": "24.32.1"
12+
"puppeteer": "24.34.0"
1313
},
1414
"devDependencies": {
1515
"@apify/eslint-config": "^1.0.0",

0 commit comments

Comments
 (0)