We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4de56f commit 8861217Copy full SHA for 8861217
Dockerfile
@@ -7,8 +7,8 @@ ENV DEBIAN_FRONTEND noninteractive
7
ENV DEBCONF_NONINTERACTIVE_SEEN true
8
9
ENV FIREFOX_VERSION 141.*
10
-ENV CHROME_VERSION 138.*
11
-ENV EDGE_VERSION 138.*
+ENV CHROME_VERSION 139.*
+ENV EDGE_VERSION 139.*
12
13
# Avoid ERROR: invoke-rc.d: policy-rc.d denied execution of start.
14
# Avoid ERROR: invoke-rc.d: unknown initscript, /etc/init.d/systemd-logind not found.
@@ -85,4 +85,4 @@ RUN apt-get clean autoclean && \
85
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
86
87
# In the future sudo is fixed see https://github.com/sitespeedio/browsertime/issues/1105
88
-RUN echo "Set disable_coredump false" >> /etc/sudo.conf
+RUN echo "Set disable_coredump false" >> /etc/sudo.conf
0 commit comments