We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a92a9e commit fdc600eCopy full SHA for fdc600e
Dockerfile
@@ -9,9 +9,9 @@ RUN curl -fsSL https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key a
9
10
# Latest Ubuntu Google Chrome, XVFB and JRE installs
11
# renovate: datasource=repology depName=aur/google-chrome versioning=loose
12
-ARG GOOGLE_CHROME_STABLE_VERSION=116.0.5845.140-1
+ARG GOOGLE_CHROME_STABLE_VERSION=118.0.5993.70-1
13
# renovate: datasource=repology depName=debian_11/firefox-esr versioning=loose
14
-ARG FIREFOX_ESR_VERSION=102.14.0esr-1~deb11u1
+ARG FIREFOX_ESR_VERSION=115.3.1esr-1~deb11u1
15
RUN apt-get update -qqy && \
16
apt-get -qqy install --no-install-recommends \
17
#xvfb=2:1.20.4-1 \
0 commit comments