Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN curl -fsSL https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key a

# Latest Ubuntu Google Chrome, XVFB and JRE installs
# renovate: datasource=repology depName=aur/google-chrome versioning=loose
ARG GOOGLE_CHROME_STABLE_VERSION=141.0.7390.122-1
ARG GOOGLE_CHROME_STABLE_VERSION=142.0.7444.59-1
# renovate: datasource=repology depName=debian_12/firefox-esr versioning=loose
ARG FIREFOX_ESR_VERSION=140.4.0esr-1~deb12u1
RUN apt-get update -qqy && \
Expand Down