diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 382157b..24f1da2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.48 +current_version = 0.0.49 commit = False tag = False serialize = diff --git a/.version b/.version index a24809a..50f402a 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.0.48 +0.0.49 diff --git a/Dockerfile b/Dockerfile index a54b71e..bcd6bb1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,9 +11,9 @@ 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=142.0.7444.59-1 +ARG GOOGLE_CHROME_STABLE_VERSION=142.0.7444.162-1 # renovate: datasource=repology depName=debian_12/firefox-esr versioning=loose -ARG FIREFOX_ESR_VERSION=140.4.0esr-1~deb12u1 +ARG FIREFOX_ESR_VERSION=140.5.0esr-1~deb12u1 RUN apt-get update -qqy && \ apt-get -qqy install --no-install-recommends \ #xvfb=2:1.20.4-1 \