File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/templates/templates/camoufox-ts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 . ./
1919RUN 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
2525COPY --from=builder --chown=myuser /home/myuser/dist ./dist
You can’t perform that action at this time.
0 commit comments