Skip to content
Open
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
4 changes: 2 additions & 2 deletions packages/actor-scraper/camoufox-scraper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# bundles them, so the bundled drivers match the Camoufox binary they drive. The binary itself lives in
# ~/.cache/camoufox (outside node_modules) and stays in the base. Tag 24-1.59.1 is the newest Camoufox
# base that survives page JS errors (24-1.60.0 crashes the process on them).
FROM apify/actor-node-playwright-camoufox:24-1.59.1@sha256:eadc96fa9492284eb45ef70b6b91c841fae7f142d25a22ae2887a21bb78b3469 AS builder
FROM apify/actor-node-playwright-camoufox:26-1.59.1@sha256:f1647a8ea73df878761449dc9898cf8be08bcd5648481c66ae3a4a99feba3c7e AS builder

# The browser base runs as `myuser`; the build stage needs root for corepack + a writable workdir.
USER root
Expand All @@ -32,7 +32,7 @@ RUN pnpm --filter actor-camoufox-scraper... build
# compiled here against the base's Node 24, and the runtime stage uses that same base, so it matches.
RUN pnpm --config.inject-workspace-packages=true --filter actor-camoufox-scraper deploy --prod /deploy

FROM apify/actor-node-playwright-camoufox:24-1.59.1@sha256:eadc96fa9492284eb45ef70b6b91c841fae7f142d25a22ae2887a21bb78b3469
FROM apify/actor-node-playwright-camoufox:26-1.59.1@sha256:f1647a8ea73df878761449dc9898cf8be08bcd5648481c66ae3a4a99feba3c7e

# Base WORKDIR is /home/myuser and ships the Xvfb entrypoint plus the Camoufox binary in
# ~/.cache/camoufox (outside node_modules). Replace only the template node_modules with the lean
Expand Down
4 changes: 2 additions & 2 deletions packages/actor-scraper/camoufox-scraper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"apify": "^3.7.1",
"camoufox-js": "0.11.1",
"idcac-playwright": "^0.2.0",
"playwright": "1.59.1",
"playwright-core": "1.59.1"
"playwright": "1.61.1",
"playwright-core": "1.61.1"
},
"devDependencies": {
"@apify/tsconfig": "^0.1.0",
Expand Down
100 changes: 17 additions & 83 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading