Skip to content

Commit c878e9f

Browse files
committed
Chrome 138
1 parent 7384a8f commit c878e9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND noninteractive
77
ENV DEBCONF_NONINTERACTIVE_SEEN true
88

99
ENV FIREFOX_VERSION 140.*
10-
ENV CHROME_VERSION 137.*
10+
ENV CHROME_VERSION 138.*
1111
ENV 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/ && \

0 commit comments

Comments
 (0)