Skip to content

Commit

Permalink
Bump playwright from v1.29.1-focal to v1.29.2-focal in /server
Browse files Browse the repository at this point in the history
Bumps playwright from v1.29.1-focal to v1.29.2-focal.

---
updated-dependencies:
- dependency-name: playwright
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 9, 2023
1 parent 7e93b5a commit b84e6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COPY --from=dependencies /app/server/node_modules ./server/node_modules

RUN pnpm run build --filter server

FROM mcr.microsoft.com/playwright:v1.29.1-focal as production
FROM mcr.microsoft.com/playwright:v1.29.2-focal as production

WORKDIR /app

Expand Down

0 comments on commit b84e6bc

Please sign in to comment.