We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bd0833 + 8503542 commit d406bf3Copy full SHA for d406bf3
Dockerfile
@@ -11,9 +11,9 @@ RUN curl -fsSL https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key a
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=133.0.6943.141-1
+ARG GOOGLE_CHROME_STABLE_VERSION=134.0.6998.88-1
15
# renovate: datasource=repology depName=debian_12/firefox-esr versioning=loose
16
-ARG FIREFOX_ESR_VERSION=128.7.0esr-1~deb12u1
+ARG FIREFOX_ESR_VERSION=128.8.0esr-1~deb12u1
17
RUN apt-get update -qqy && \
18
apt-get -qqy install --no-install-recommends \
19
#xvfb=2:1.20.4-1 \
0 commit comments