Skip to content

Commit 78c0dac

Browse files
author
Tian Feng
authored
[DEVX-1746] Bump playwright version to v1.22.2 (#154)
* [DEVX-1746] Bump playwright version to v1.22.2 * fix dependency * upgrade testrunner-image * clean up code * empty
1 parent 08fd639 commit 78c0dac

File tree

3 files changed

+361
-1487
lines changed

3 files changed

+361
-1487
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM saucelabs/testrunner-image:v0.3.0
1+
FROM saucelabs/testrunner-image:v0.4.0
22

33
USER root
44

@@ -11,7 +11,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1111
RUN sed -i 's/mozilla\/DST_Root_CA_X3.crt/!mozilla\/DST_Root_CA_X3.crt/g' /etc/ca-certificates.conf
1212
RUN update-ca-certificates
1313

14-
1514
USER seluser
1615

1716
#=================

0 commit comments

Comments
 (0)