Skip to content

Commit

Permalink
Update apify/actor-node-playwright-chrome Docker tag to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 5, 2024
1 parent bbcaa37 commit 6d355ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/crawler/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Specify the base Docker image. You can read more about
# the available images at https://crawlee.dev/docs/guides/docker-images
# You can also use any other image from Docker Hub.
FROM apify/actor-node-playwright-chrome:20 AS builder
FROM apify/actor-node-playwright-chrome:22 AS builder

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

# Create final image
FROM apify/actor-node-playwright-chrome:20
FROM apify/actor-node-playwright-chrome:22

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

0 comments on commit 6d355ce

Please sign in to comment.