File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND noninteractive
77ENV DEBCONF_NONINTERACTIVE_SEEN true
88
99ENV FIREFOX_VERSION 140.*
10- ENV CHROME_VERSION 137 .*
10+ ENV CHROME_VERSION 138 .*
1111ENV EDGE_VERSION 137.*
1212
1313# Avoid ERROR: invoke-rc.d: policy-rc.d denied execution of start.
@@ -68,7 +68,7 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ] ; \
6868 apt-get install -y -t 'o=LP-PPA-mozillateam' firefox && \
6969 add-apt-repository ppa:saiarcot895/chromium-beta && \
7070 apt-get update && \
71- wget https://playwright.azureedge.net/builds/chromium/1176 /chromium-linux-arm64.zip &&\
71+ wget https://playwright.azureedge.net/builds/chromium/1180 /chromium-linux-arm64.zip &&\
7272 unzip chromium-linux-arm64.zip && \
7373 rm chromium-linux-arm64.zip && \
7474 mv chrome-linux /usr/lib/ && \
You can’t perform that action at this time.
0 commit comments