Skip to content

Commit b3cfb6d

Browse files
Merge pull request #131 from Linkurious/develop
Release 0.0.45 [ci:run]
2 parents 6c2ee89 + 6e24505 commit b3cfb6d

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-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.44
2+
current_version = 0.0.45
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.44
1+
0.0.45

Dockerfile

Lines changed: 5 additions & 7 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.37
2+
FROM ${PRIVATE_REGISTRY}linkurious/docker-agent-jnlp:0.0.38
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=126.0.6478.182-1
14+
ARG GOOGLE_CHROME_STABLE_VERSION=130.0.6723.91-1
1515
# renovate: datasource=repology depName=debian_12/firefox-esr versioning=loose
16-
ARG FIREFOX_ESR_VERSION=115.13.0esr-1~deb12u1
16+
ARG FIREFOX_ESR_VERSION=128.4.0esr-1~deb12u1
1717
RUN apt-get update -qqy && \
1818
apt-get -qqy install --no-install-recommends \
1919
#xvfb=2:1.20.4-1 \
@@ -27,7 +27,7 @@ RUN apt-get update -qqy && \
2727
USER jenkins
2828

2929
# renovate: datasource=github-releases depName=nvm-sh/nvm
30-
ARG NVM_VERSION=v0.39.7
30+
ARG NVM_VERSION=v0.40.1
3131
# hadolint ignore=SC1091, SC2016
3232
RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.git ~/.nvm && \
3333
echo -e 'export NVM_DIR="$HOME/.nvm"\n[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm\n' >> ~/.bashrc \
@@ -36,10 +36,8 @@ 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.1 \
4039
&& nvm install 18.20.4 \
41-
&& nvm install 20.14.0 \
42-
&& nvm install 20.15.1
40+
&& nvm install 20.18.0
4341

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

0 commit comments

Comments
 (0)