diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 824d3d2..d57a2ec 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.33 +current_version = 0.0.34 commit = False tag = False serialize = diff --git a/.version b/.version index cd9d21e..bb951c8 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.0.33 +0.0.34 diff --git a/Dockerfile b/Dockerfile index 9f4fcac..77bd75f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,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=118.0.5993.70-1 +ARG GOOGLE_CHROME_STABLE_VERSION=118.0.5993.88-1 # renovate: datasource=repology depName=debian_11/firefox-esr versioning=loose ARG FIREFOX_ESR_VERSION=115.3.1esr-1~deb11u1 RUN apt-get update -qqy && \ @@ -33,7 +33,7 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi && source ~/.bashrc \ && export NVM_DIR="$HOME/.nvm" && \. "$NVM_DIR/nvm.sh" \ && nvm install 16.20.2 \ - && nvm install 18.17.1 \ + && nvm install 18.18.2 \ && nvm install 14.21.3 # for loading profile, to make nvm available for sh