Skip to content

Commit 42a4e21

Browse files
chore(deps): update apify/actor-node-playwright-camoufox docker tag to v24
1 parent 08c98cf commit 42a4e21

File tree

1 file changed

+2
-2
lines changed
  • packages/templates/templates/camoufox-ts

1 file changed

+2
-2
lines changed

packages/templates/templates/camoufox-ts/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Specify the base Docker image. You can read more about
22
# the available images at https://crawlee.dev/docs/guides/docker-images
33
# You can also use any other image from Docker Hub.
4-
FROM apify/actor-node-playwright-camoufox:20-1.50.1 AS builder
4+
FROM apify/actor-node-playwright-camoufox:24-1.50.1 AS builder
55

66
# Copy just package.json and package-lock.json
77
# to speed up the build using Docker layer cache.
@@ -19,7 +19,7 @@ COPY --chown=myuser . ./
1919
RUN npm run build
2020

2121
# Create final image
22-
FROM apify/actor-node-playwright-camoufox:20-1.50.1
22+
FROM apify/actor-node-playwright-camoufox:24-1.50.1
2323

2424
# Copy only built JS files from builder image
2525
COPY --from=builder --chown=myuser /home/myuser/dist ./dist

0 commit comments

Comments
 (0)