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 @@ -10,7 +10,7 @@
#
# camoufox-js stays on 0.11.2: 0.12.0 requires better-sqlite3 ^13, which dropped prebuilt binaries and
# so needs a C++ toolchain that the Apify base images do not carry.
FROM apify/actor-node-playwright-camoufox:24-1.59.1@sha256:02cf108662749342538908f9409ffc270b741af1253e96d0c563b12de36f3b88 AS builder
FROM apify/actor-node-playwright-camoufox:26-1.59.1@sha256:18d2a19dfcc41194b96a471a45c60d7c510e0ab97123134eedb5c1a24509e458 AS builder

# The browser base runs as `myuser`; the build stage needs root for corepack + a writable workdir.
USER root
Expand All @@ -36,7 +36,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:02cf108662749342538908f9409ffc270b741af1253e96d0c563b12de36f3b88
FROM apify/actor-node-playwright-camoufox:26-1.59.1@sha256:18d2a19dfcc41194b96a471a45c60d7c510e0ab97123134eedb5c1a24509e458

# 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
6 changes: 3 additions & 3 deletions packages/actor-scraper/camoufox-scraper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"@crawlee/playwright": "^3.18.0",
"@crawlee/utils": "^3.18.0",
"apify": "^3.7.2",
"camoufox-js": "0.11.2",
"camoufox-js": "0.12.0",
"idcac-playwright": "^0.2.0",
"playwright": "1.59.1",
"playwright-core": "1.59.1"
"playwright": "1.62.1",
"playwright-core": "1.62.1"
},
"devDependencies": {
"@apify/tsconfig": "^0.2.0",
Expand Down
Loading
Loading