Skip to content

Commit b89f4db

Browse files
chore(deps): update camoufox browser stack
1 parent 8fcd023 commit b89f4db

3 files changed

Lines changed: 28 additions & 263 deletions

File tree

packages/actor-scraper/camoufox-scraper/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# camoufox-js stays on 0.11.2: 0.12.0 requires better-sqlite3 ^13, which dropped prebuilt binaries and
1212
# so needs a C++ toolchain that the Apify base images do not carry.
13-
FROM apify/actor-node-playwright-camoufox:24-1.59.1@sha256:02cf108662749342538908f9409ffc270b741af1253e96d0c563b12de36f3b88 AS builder
13+
FROM apify/actor-node-playwright-camoufox:26-1.59.1@sha256:18d2a19dfcc41194b96a471a45c60d7c510e0ab97123134eedb5c1a24509e458 AS builder
1414

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

39-
FROM apify/actor-node-playwright-camoufox:24-1.59.1@sha256:02cf108662749342538908f9409ffc270b741af1253e96d0c563b12de36f3b88
39+
FROM apify/actor-node-playwright-camoufox:26-1.59.1@sha256:18d2a19dfcc41194b96a471a45c60d7c510e0ab97123134eedb5c1a24509e458
4040

4141
# Base WORKDIR is /home/myuser and ships the Xvfb entrypoint plus the Camoufox binary in
4242
# ~/.cache/camoufox (outside node_modules). Replace only the template node_modules with the lean

packages/actor-scraper/camoufox-scraper/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"@crawlee/playwright": "^3.18.0",
1111
"@crawlee/utils": "^3.18.0",
1212
"apify": "^3.7.2",
13-
"camoufox-js": "0.11.2",
13+
"camoufox-js": "0.12.0",
1414
"idcac-playwright": "^0.2.0",
15-
"playwright": "1.59.1",
16-
"playwright-core": "1.59.1"
15+
"playwright": "1.62.1",
16+
"playwright-core": "1.62.1"
1717
},
1818
"devDependencies": {
1919
"@apify/tsconfig": "^0.2.0",

0 commit comments

Comments
 (0)