Skip to content

Commit 7a2b7e9

Browse files
Merge pull request #138 from Linkurious/develop
Release 0.0.46 [ci:run]
2 parents b3cfb6d + d567d22 commit 7a2b7e9

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
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.45
2+
current_version = 0.0.46
33
commit = False
44
tag = False
55
serialize =

.github/renovate.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
"extends": [
33
"github>Linkurious/renovate-config",
44
"github>Linkurious/renovate-config:meta",
5-
"regexManagers:dockerfileVersions"
5+
"customManagers:dockerfileVersions"
6+
],
7+
"baseBranches": [
8+
"develop"
69
],
7-
"baseBranches": ["develop"],
810
"prConcurrentLimit": 10,
911
"packageRules": [
1012
{

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.45
1+
0.0.46

Dockerfile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG PRIVATE_REGISTRY=hub.docker.nexus3.linkurious.net/
2-
FROM ${PRIVATE_REGISTRY}linkurious/docker-agent-jnlp:0.0.38
2+
FROM ${PRIVATE_REGISTRY}linkurious/docker-agent-jnlp:0.0.40
33
LABEL maintainer="Edward Nys <[email protected]>"
44
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
55

@@ -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=130.0.6723.91-1
14+
ARG GOOGLE_CHROME_STABLE_VERSION=134.0.6998.88-1
1515
# renovate: datasource=repology depName=debian_12/firefox-esr versioning=loose
16-
ARG FIREFOX_ESR_VERSION=128.4.0esr-1~deb12u1
16+
ARG FIREFOX_ESR_VERSION=128.8.0esr-1~deb12u1
1717
RUN apt-get update -qqy && \
1818
apt-get -qqy install --no-install-recommends \
1919
#xvfb=2:1.20.4-1 \
@@ -36,8 +36,9 @@ 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 14.21.3 \
3838
&& nvm install 16.20.2 \
39-
&& nvm install 18.20.4 \
40-
&& nvm install 20.18.0
39+
&& nvm install 18.20.7 \
40+
&& nvm install 20.19.0 \
41+
&& nvm install 22.14.0
4142

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

0 commit comments

Comments
 (0)