Skip to content

Commit 42efe66

Browse files
authored
fix: docker file playwright version (#126)
1 parent 29569af commit 42efe66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN npm install -g npm@11.3.0 && \
3232
# Clean up possible old files before rush update
3333
RUN rm -rf common/temp/*
3434

35-
RUN npm i playwright@1.53.1 -g
35+
RUN npm i playwright@1.56.1 -g
3636

3737
# install chromium only
3838
RUN npx playwright install --with-deps --only-shell chromium

0 commit comments

Comments
 (0)