Skip to content

Commit 229b228

Browse files
Merge pull request #88 from Linkurious/develop
Release 0.0.34 [ci:run]
2 parents efefcea + 304ebd5 commit 229b228

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.33
2+
current_version = 0.0.34
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.33
1+
0.0.34

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1414
ARG FIREFOX_ESR_VERSION=115.3.1esr-1~deb11u1
1515
RUN 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

0 commit comments

Comments
 (0)