Skip to content

Commit

Permalink
fix: fix playwright container version (#375)
Browse files Browse the repository at this point in the history
Because

- playwright container version is wrong

This commit

- fix playwright container version
  • Loading branch information
EiffelFly committed Mar 21, 2023
1 parent ddfcd5a commit bf4924c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.playwright
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pull playwright docker image
FROM mcr.microsoft.com/playwright:v1.25.2-focal
FROM mcr.microsoft.com/playwright:v1.31.2-focal
WORKDIR /app

ARG TEST_USER="playwright"
Expand Down

0 comments on commit bf4924c

Please sign in to comment.