Skip to content

Commit 346562c

Browse files
Merge pull request #78 from Linkurious/develop
Release 0.0.30 [ci:run]
2 parents 44f15ea + 0505b25 commit 346562c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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.29
2+
current_version = 0.0.30
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.29
1+
0.0.30

Dockerfile

Lines changed: 5 additions & 5 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=115.0.5790.110-1
12+
ARG GOOGLE_CHROME_STABLE_VERSION=116.0.5845.110-1
1313
# renovate: datasource=repology depName=debian_11/firefox-esr versioning=loose
14-
ARG FIREFOX_ESR_VERSION=102.13.0esr-1~deb11u1
14+
ARG FIREFOX_ESR_VERSION=102.14.0esr-1~deb11u1
1515
RUN apt-get update -qqy && \
1616
apt-get -qqy install --no-install-recommends \
1717
#xvfb=2:1.20.4-1 \
@@ -25,15 +25,15 @@ RUN apt-get update -qqy && \
2525
USER jenkins
2626

2727
# renovate: datasource=github-releases depName=nvm-sh/nvm
28-
ARG NVM_VERSION=v0.39.4
28+
ARG NVM_VERSION=v0.39.5
2929
# hadolint ignore=SC1091, SC2016
3030
RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.git ~/.nvm && \
3131
echo -e 'export NVM_DIR="$HOME/.nvm"\n[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm\n' >> ~/.bashrc \
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.20.1 \
36-
&& nvm install 18.17.0 \
35+
&& nvm install 16.20.2 \
36+
&& nvm install 18.17.1 \
3737
&& nvm install 14.21.3
3838

3939
# for loading profile, to make nvm available for sh

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.9'
33

44
services:
55
docker-agent-jnlp-node:
6-
image: ${REPOSITORY:-}linkurious/docker-agent-jnlp-node:${DOCKER_AGENT_JNLP_NODE_VERSION:-0.0.24}
6+
image: ${REPOSITORY:-}linkurious/docker-agent-jnlp-node:${DOCKER_AGENT_JNLP_NODE_VERSION:-0.0.29}
77
build:
88
context: .
99
command: /bin/bash

0 commit comments

Comments
 (0)