Skip to content

Commit 01f2509

Browse files
chore(deps): update apify/actor-node docker tag to v22
1 parent f499ed2 commit 01f2509

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/actor-scraper/cheerio-scraper/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM apify/actor-node:18 AS builder
1+
FROM apify/actor-node:22 AS builder
22

33
COPY package*.json ./
44

@@ -8,7 +8,7 @@ COPY . ./
88

99
RUN npm run build
1010

11-
FROM apify/actor-node:18
11+
FROM apify/actor-node:22
1212

1313
COPY --from=builder /usr/src/app/dist ./dist
1414

packages/actor-scraper/jsdom-scraper/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM apify/actor-node:18 AS builder
1+
FROM apify/actor-node:22 AS builder
22

33
COPY package*.json ./
44

@@ -8,7 +8,7 @@ COPY . ./
88

99
RUN npm run build
1010

11-
FROM apify/actor-node:18
11+
FROM apify/actor-node:22
1212

1313
COPY --from=builder /usr/src/app/dist ./dist
1414

0 commit comments

Comments
 (0)