Skip to content

Commit 8861217

Browse files
committed
Chrome and Edge 139
1 parent b4de56f commit 8861217

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

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

99
ENV FIREFOX_VERSION 141.*
10-
ENV CHROME_VERSION 138.*
11-
ENV EDGE_VERSION 138.*
10+
ENV CHROME_VERSION 139.*
11+
ENV EDGE_VERSION 139.*
1212

1313
# Avoid ERROR: invoke-rc.d: policy-rc.d denied execution of start.
1414
# Avoid ERROR: invoke-rc.d: unknown initscript, /etc/init.d/systemd-logind not found.
@@ -85,4 +85,4 @@ RUN apt-get clean autoclean && \
8585
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
8686

8787
# In the future sudo is fixed see https://github.com/sitespeedio/browsertime/issues/1105
88-
RUN echo "Set disable_coredump false" >> /etc/sudo.conf
88+
RUN echo "Set disable_coredump false" >> /etc/sudo.conf

0 commit comments

Comments
 (0)