Skip to content
Merged
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
2 changes: 1 addition & 1 deletion test/e2e/automatic-persist-value/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apify/actor-node:20-beta
FROM apify/actor-node:24-beta

COPY packages ./packages
COPY package*.json ./
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/autoscaling-max-tasks-per-minute/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apify/actor-node:20-beta
FROM apify/actor-node:24-beta

COPY packages ./packages
COPY package*.json ./
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/cheerio-default-ts/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# using multistage build, as we need dev deps to build the TS source code
FROM apify/actor-node:20-beta AS builder
FROM apify/actor-node:24-beta AS builder

# copy all files, install all dependencies (including dev deps) and build the project
COPY . ./
RUN npm install --include=dev \
&& npm run build

# create final image
FROM apify/actor-node:20-beta
FROM apify/actor-node:24-beta
# copy only necessary files
COPY --from=builder /usr/src/app/packages ./packages
COPY --from=builder /usr/src/app/package.json ./
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/cheerio-default/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apify/actor-node:20-beta
FROM apify/actor-node:24-beta

COPY packages ./packages
COPY package*.json ./
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/cheerio-enqueue-links-base/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apify/actor-node:20-beta
FROM apify/actor-node:24-beta

COPY packages ./packages
COPY package*.json ./
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/cheerio-enqueue-links/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apify/actor-node:20-beta
FROM apify/actor-node:24-beta

COPY packages ./packages
COPY package*.json ./
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/cheerio-error-snapshot/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apify/actor-node:20-beta
FROM apify/actor-node:24-beta

COPY packages ./packages
COPY package*.json ./
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/cheerio-ignore-ssl-errors/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apify/actor-node:20-beta
FROM apify/actor-node:24-beta

COPY packages ./packages
COPY package*.json ./
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/cheerio-impit-ts/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# using multistage build, as we need dev deps to build the TS source code
FROM apify/actor-node:20-beta AS builder
FROM apify/actor-node:24-beta AS builder

# copy all files, install all dependencies (including dev deps) and build the project
COPY . ./
RUN npm install --include=dev \
&& npm run build

# create final image
FROM apify/actor-node:20-beta
FROM apify/actor-node:24-beta
# copy only necessary files
COPY --from=builder /usr/src/app/packages ./packages
COPY --from=builder /usr/src/app/package.json ./
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/cheerio-initial-cookies/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apify/actor-node:20-beta
FROM apify/actor-node:24-beta

COPY packages ./packages
COPY package*.json ./
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/cheerio-max-requests/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apify/actor-node:20-beta
FROM apify/actor-node:24-beta

COPY packages ./packages
COPY package*.json ./
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/cheerio-page-info/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apify/actor-node:20-beta
FROM apify/actor-node:24-beta

COPY packages ./packages
COPY package*.json ./
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/cheerio-request-queue-v2/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apify/actor-node:20-beta
FROM apify/actor-node:24-beta

COPY packages ./packages
COPY package*.json ./
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/cheerio-robots-file/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apify/actor-node:20-beta
FROM apify/actor-node:24-beta

COPY packages ./packages
COPY package*.json ./
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/cheerio-stop-resume-ts/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# using multistage build, as we need dev deps to build the TS source code
FROM apify/actor-node:20-beta AS builder
FROM apify/actor-node:24-beta AS builder

# copy all files, install all dependencies (including dev deps) and build the project
COPY . ./
RUN npm install --include=dev \
&& npm run build

# create final image
FROM apify/actor-node:20-beta
FROM apify/actor-node:24-beta
# copy only necessary files
COPY --from=builder /usr/src/app/packages ./packages
COPY --from=builder /usr/src/app/package.json ./
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/cheerio-throw-on-ssl-errors/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apify/actor-node:20-beta
FROM apify/actor-node:24-beta

COPY packages ./packages
COPY package*.json ./
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/input-json5/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apify/actor-node:20-beta
FROM apify/actor-node:24-beta

COPY packages ./packages
COPY package*.json ./
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/jsdom-default-ts/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# using multistage build, as we need dev deps to build the TS source code
FROM apify/actor-node:20-beta AS builder
FROM apify/actor-node:24-beta AS builder

# copy all files, install all dependencies (including dev deps) and build the project
COPY . ./
RUN npm install --include=dev \
&& npm run build

# create final image
FROM apify/actor-node:20-beta
FROM apify/actor-node:24-beta
# copy only necessary files
COPY --from=builder /usr/src/app/packages ./packages
COPY --from=builder /usr/src/app/package.json ./
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/jsdom-react-ts/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# using multistage build, as we need dev deps to build the TS source code
FROM apify/actor-node:20-beta AS builder
FROM apify/actor-node:24-beta AS builder

# copy all files, install all dependencies (including dev deps) and build the project
COPY . ./
RUN npm install --include=dev \
&& npm run build

# create final image
FROM apify/actor-node:20-beta
FROM apify/actor-node:24-beta
# copy only necessary files
COPY --from=builder /usr/src/app/packages ./packages
COPY --from=builder /usr/src/app/package.json ./
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/linkedom-default-ts/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# using multistage build, as we need dev deps to build the TS source code
FROM apify/actor-node:20-beta AS builder
FROM apify/actor-node:24-beta AS builder

# copy all files, install all dependencies (including dev deps) and build the project
COPY . ./
RUN npm install --include=dev \
&& npm run build

# create final image
FROM apify/actor-node:20-beta
FROM apify/actor-node:24-beta
# copy only necessary files
COPY --from=builder /usr/src/app/packages ./packages
COPY --from=builder /usr/src/app/package.json ./
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/migration/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apify/actor-node:20-beta
FROM apify/actor-node:24-beta

COPY packages ./packages
COPY package*.json ./
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/proxy-rotation/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM node:20 AS builder
FROM node:24 AS builder

COPY /packages ./packages
COPY /package*.json ./
RUN npm --quiet set progress=false \
&& npm install --only=prod --no-optional --no-audit \
&& npm update

FROM apify/actor-node-puppeteer-chrome:20-beta
FROM apify/actor-node-puppeteer-chrome:24-beta

RUN rm -r node_modules
COPY --from=builder /node_modules ./node_modules
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/puppeteer-default/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM node:20 AS builder
FROM node:24 AS builder

COPY /packages ./packages
COPY /package*.json ./
RUN npm --quiet set progress=false \
&& npm install --only=prod --no-optional --no-audit \
&& npm update

FROM apify/actor-node-puppeteer-chrome:20-beta
FROM apify/actor-node-puppeteer-chrome:24-beta

RUN rm -r node_modules
COPY --from=builder /node_modules ./node_modules
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/puppeteer-enqueue-links/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM node:20 AS builder
FROM node:24 AS builder

COPY /packages ./packages
COPY /package*.json ./
RUN npm --quiet set progress=false \
&& npm install --only=prod --no-optional --no-audit \
&& npm update

FROM apify/actor-node-puppeteer-chrome:20-beta
FROM apify/actor-node-puppeteer-chrome:24-beta

RUN rm -r node_modules
COPY --from=builder /node_modules ./node_modules
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/puppeteer-error-snapshot/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM node:20 AS builder
FROM node:24 AS builder

COPY /packages ./packages
COPY /package*.json ./
RUN npm --quiet set progress=false \
&& npm install --only=prod --no-optional --no-audit \
&& npm update

FROM apify/actor-node-puppeteer-chrome:20-beta
FROM apify/actor-node-puppeteer-chrome:24-beta

RUN rm -r node_modules
COPY --from=builder /node_modules ./node_modules
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/puppeteer-ignore-ssl-errors/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM node:20 AS builder
FROM node:24 AS builder

COPY /packages ./packages
COPY /package*.json ./
RUN npm --quiet set progress=false \
&& npm install --only=prod --no-optional --no-audit \
&& npm update

FROM apify/actor-node-puppeteer-chrome:20-beta
FROM apify/actor-node-puppeteer-chrome:24-beta

RUN rm -r node_modules
COPY --from=builder /node_modules ./node_modules
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/puppeteer-initial-cookies/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM node:20 AS builder
FROM node:24 AS builder

COPY /packages ./packages
COPY /package*.json ./
RUN npm --quiet set progress=false \
&& npm install --only=prod --no-optional --no-audit \
&& npm update

FROM apify/actor-node-puppeteer-chrome:20-beta
FROM apify/actor-node-puppeteer-chrome:24-beta

RUN rm -r node_modules
COPY --from=builder /node_modules ./node_modules
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/puppeteer-page-info/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM node:20 AS builder
FROM node:24 AS builder

COPY /packages ./packages
COPY /package*.json ./
RUN npm --quiet set progress=false \
&& npm install --only=prod --no-optional --no-audit \
&& npm update

FROM apify/actor-node-puppeteer-chrome:20-beta
FROM apify/actor-node-puppeteer-chrome:24-beta

RUN rm -r node_modules
COPY --from=builder /node_modules ./node_modules
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/puppeteer-store-pagination-jquery/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM node:20 AS builder
FROM node:24 AS builder

COPY /packages ./packages
COPY /package*.json ./
RUN npm --quiet set progress=false \
&& npm install --only=prod --no-optional --no-audit \
&& npm update

FROM apify/actor-node-puppeteer-chrome:20-beta
FROM apify/actor-node-puppeteer-chrome:24-beta

RUN rm -r node_modules
COPY --from=builder /node_modules ./node_modules
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/puppeteer-store-pagination/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM node:20 AS builder
FROM node:24 AS builder

COPY /packages ./packages
COPY /package*.json ./
RUN npm --quiet set progress=false \
&& npm install --only=prod --no-optional --no-audit \
&& npm update

FROM apify/actor-node-puppeteer-chrome:20-beta
FROM apify/actor-node-puppeteer-chrome:24-beta

RUN rm -r node_modules
COPY --from=builder /node_modules ./node_modules
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/puppeteer-throw-on-ssl-errors/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM node:20 AS builder
FROM node:24 AS builder

COPY /packages ./packages
COPY /package*.json ./
RUN npm --quiet set progress=false \
&& npm install --only=prod --no-optional --no-audit \
&& npm update

FROM apify/actor-node-puppeteer-chrome:20-beta
FROM apify/actor-node-puppeteer-chrome:24-beta

RUN rm -r node_modules
COPY --from=builder /node_modules ./node_modules
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/request-queue-with-concurrency/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apify/actor-node:20-beta
FROM apify/actor-node:24-beta

COPY packages ./packages
COPY package*.json ./
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/request-queue-zero-concurrency/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apify/actor-node:20-beta
FROM apify/actor-node:24-beta

COPY packages ./packages
COPY package*.json ./
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/request-skip-navigation/actor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apify/actor-node:20-beta
FROM apify/actor-node:24-beta

COPY packages ./packages
COPY package*.json ./
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apify/actor-node:20-beta
FROM apify/actor-node:24-beta

COPY packages ./packages
COPY package*.json ./
Expand Down
Loading