Skip to content

Commit f5d50fa

Browse files
Merge pull request #118 from Linkurious/develop
Release 0.0.42 [ci:run]
2 parents a2cab24 + dce965c commit f5d50fa

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-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.41
2+
current_version = 0.0.42
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.41
1+
0.0.42

Dockerfile

Lines changed: 2 additions & 2 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.35
2+
FROM ${PRIVATE_REGISTRY}linkurious/docker-agent-jnlp:0.0.36
33
LABEL maintainer="Edward Nys <[email protected]>"
44
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
55

@@ -11,7 +11,7 @@ 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=124.0.6367.60-1
14+
ARG GOOGLE_CHROME_STABLE_VERSION=124.0.6367.207-1
1515
# renovate: datasource=repology depName=debian_12/firefox-esr versioning=loose
1616
ARG FIREFOX_ESR_VERSION=115.10.0esr-1~deb12u1
1717
RUN apt-get update -qqy && \

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
dockerJob {
44
// General
55
projectName = "linkurious/docker-agent-jnlp-node"
6+
podTemplateNames = ['jnlp-agent']
7+
buildkitBuilder = true
68

79
runDependencyScan = true
810

0 commit comments

Comments
 (0)