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.
2 parents bdb13d8 + f70d70c commit caecf62Copy full SHA for caecf62
1 file changed
Dockerfile
@@ -11,9 +11,9 @@ RUN curl -fsSL https://dl.google.com/linux/linux_signing_key.pub | gpg --dearmor
11
12
# Latest Ubuntu Google Chrome, XVFB and JRE installs
13
# renovate: datasource=repology depName=aur/google-chrome versioning=loose
14
-ARG GOOGLE_CHROME_STABLE_VERSION=146.0.7680.177-1
+ARG GOOGLE_CHROME_STABLE_VERSION=147.0.7727.116-1
15
# renovate: datasource=repology depName=debian_13/firefox-esr versioning=loose
16
-ARG FIREFOX_ESR_VERSION=140.9.0esr-1~deb13u1
+ARG FIREFOX_ESR_VERSION=140.10.0esr-1~deb13u1
17
RUN apt-get update -qqy && \
18
apt-get -qqy install --no-install-recommends \
19
#xvfb=2:1.20.4-1 \
0 commit comments