File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0.33
2+ current_version = 0.0.34
33commit = False
44tag = False
55serialize =
Original file line number Diff line number Diff line change 1- 0.0.33
1+ 0.0.34
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN curl -fsSL https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key a
99
1010# Latest Ubuntu Google Chrome, XVFB and JRE installs
1111# renovate: datasource=repology depName=aur/google-chrome versioning=loose
12- ARG GOOGLE_CHROME_STABLE_VERSION=118.0.5993.70 -1
12+ ARG GOOGLE_CHROME_STABLE_VERSION=118.0.5993.88 -1
1313# renovate: datasource=repology depName=debian_11/firefox-esr versioning=loose
1414ARG FIREFOX_ESR_VERSION=115.3.1esr-1~deb11u1
1515RUN apt-get update -qqy && \
@@ -33,7 +33,7 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi
3333 && source ~/.bashrc \
3434 && export NVM_DIR="$HOME/.nvm" && \. "$NVM_DIR/nvm.sh" \
3535 && nvm install 16.20.2 \
36- && nvm install 18.17.1 \
36+ && nvm install 18.18.2 \
3737 && nvm install 14.21.3
3838
3939# for loading profile, to make nvm available for sh
You can’t perform that action at this time.
0 commit comments