Skip to content

Commit 06f1e2a

Browse files
Merge pull request #168 from Linkurious/develop
Release 0.0.52 [ci:run]
2 parents 942d379 + 08210e2 commit 06f1e2a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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.51
2+
current_version = 0.0.52
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.51
1+
0.0.52

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN curl -fsSL https://dl.google.com/linux/linux_signing_key.pub | gpg --dearmor
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=146.0.7680.80-1
14+
ARG GOOGLE_CHROME_STABLE_VERSION=146.0.7680.164-1
1515
# renovate: datasource=repology depName=debian_13/firefox-esr versioning=loose
1616
ARG FIREFOX_ESR_VERSION=140.8.0esr-1~deb13u1
1717
RUN apt-get update -qqy && \
@@ -36,7 +36,7 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi
3636
&& export NVM_DIR="$HOME/.nvm" && \. "$NVM_DIR/nvm.sh" \
3737
&& nvm install 20.20.0 \
3838
&& nvm install 22.22.0 \
39-
&& nvm install 24.13.0
39+
&& nvm install 24.14.1
4040

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

0 commit comments

Comments
 (0)