Skip to content

Commit 5acb5d5

Browse files
Merge pull request #41 from Linkurious/develop
Release 0.0.22 [ci:run]
2 parents fbe2fb6 + 4d9628b commit 5acb5d5

File tree

4 files changed

+8
-13
lines changed

4 files changed

+8
-13
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.21
2+
current_version = 0.0.22
33
commit = False
44
tag = False
55
serialize =

.github/renovate.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
32
"extends": [
4-
"config:base",
3+
"github>Linkurious/renovate-config",
4+
"github>Linkurious/renovate-config:meta",
55
"regexManagers:dockerfileVersions"
66
],
77
"baseBranches": ["develop"],
8-
"labels": ["dependencies"],
9-
"prConcurrentLimit": 10,
10-
"schedule": "every weekend",
11-
"vulnerabilityAlerts": {
12-
"labels": ["type:security"]
13-
}
8+
"prConcurrentLimit": 10
149
}

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.21
1+
0.0.22

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ 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=106.0.5249.103-1
12+
ARG GOOGLE_CHROME_STABLE_VERSION=108.0.5359.94-1
1313
# renovate: datasource=repology depName=debian_11/firefox-esr versioning=loose
14-
ARG FIREFOX_ESR_VERSION=102.3.0esr-1~deb11u1
14+
ARG FIREFOX_ESR_VERSION=102.5.0esr-1~deb11u1
1515
RUN apt-get update -qqy && \
1616
apt-get -qqy install --no-install-recommends \
1717
#xvfb=2:1.20.4-1 \
@@ -32,7 +32,7 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi
3232
&& echo -e 'export NVM_DIR="$HOME/.nvm"\n[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm\n' >> ~/.profile \
3333
&& source ~/.bashrc \
3434
&& export NVM_DIR="$HOME/.nvm" && \. "$NVM_DIR/nvm.sh" \
35-
&& nvm install 16.17.1 \
35+
&& nvm install 16.18.1 \
3636
&& nvm install 14.20.0 \
3737
&& nvm install 10.24.1
3838
#for loading profile, to make nvm available for sh

0 commit comments

Comments
 (0)