Skip to content

Commit 1f36f9e

Browse files
Merge pull request #122 from Linkurious/develop
Release 0.0.43 [ci:run]
2 parents f5d50fa + bd3f06d commit 1f36f9e

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.42
2+
current_version = 0.0.43
33
commit = False
44
tag = False
55
serialize =

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.42
1+
0.0.43

Dockerfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ RUN curl -fsSL https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key a
1111

1212
# Latest Ubuntu Google Chrome, XVFB and JRE installs
1313
# renovate: datasource=repology depName=aur/google-chrome versioning=loose
14-
ARG GOOGLE_CHROME_STABLE_VERSION=124.0.6367.207-1
14+
ARG GOOGLE_CHROME_STABLE_VERSION=126.0.6478.114-1
1515
# renovate: datasource=repology depName=debian_12/firefox-esr versioning=loose
16-
ARG FIREFOX_ESR_VERSION=115.10.0esr-1~deb12u1
16+
ARG FIREFOX_ESR_VERSION=115.12.0esr-1~deb12u1
1717
RUN apt-get update -qqy && \
1818
apt-get -qqy install --no-install-recommends \
1919
#xvfb=2:1.20.4-1 \
@@ -37,7 +37,9 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi
3737
&& nvm install 14.21.3 \
3838
&& nvm install 16.20.2 \
3939
&& nvm install 18.20.1 \
40-
&& nvm install 20.12.1
40+
&& nvm install 18.20.3 \
41+
&& nvm install 20.14.0 \
42+
&& nvm install 20.15.0
4143

4244
# for loading profile, to make nvm available for sh
4345
ENV ENV='$HOME/.profile'

0 commit comments

Comments
 (0)