Skip to content

Commit d048692

Browse files
Merge pull request #145 from Linkurious/develop
Release 0.0.47 [ci:run]
2 parents 7a2b7e9 + f0c89c5 commit d048692

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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.46
2+
current_version = 0.0.47
33
commit = False
44
tag = False
55
serialize =

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"github>Linkurious/renovate-config:meta",
55
"customManagers:dockerfileVersions"
66
],
7-
"baseBranches": [
7+
"baseBranchPatterns": [
88
"develop"
99
],
1010
"prConcurrentLimit": 10,

.version

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

Dockerfile

Lines changed: 3 additions & 3 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.40
2+
FROM ${PRIVATE_REGISTRY}linkurious/docker-agent-jnlp:0.0.41
33
LABEL maintainer="Edward Nys <edward@linkurio.us>"
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=134.0.6998.88-1
14+
ARG GOOGLE_CHROME_STABLE_VERSION=140.0.7339.185-1
1515
# renovate: datasource=repology depName=debian_12/firefox-esr versioning=loose
16-
ARG FIREFOX_ESR_VERSION=128.8.0esr-1~deb12u1
16+
ARG FIREFOX_ESR_VERSION=128.14.0esr-1~deb12u1
1717
RUN apt-get update -qqy && \
1818
apt-get -qqy install --no-install-recommends \
1919
#xvfb=2:1.20.4-1 \

Jenkinsfile.devops-release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ lkeSubReleaseJob {
55
projectName = "linkurious/docker-agent-jnlp-node"
66

77
releaseType = 'docker'
8-
reviewers = "Linkurious/devops"
8+
reviewers = "Linkurious/devopschapter"
99

1010
runAssetWaiter = true
1111

0 commit comments

Comments
 (0)