Skip to content

Commit 6b10979

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 56323b5 + df614f4 commit 6b10979

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dockerDashComposeVersion": "v2"
99
},
1010
"ghcr.io/devcontainers/features/github-cli:1": {
11-
"version": "2.83.0"
11+
"version": "2.83.1"
1212
}
1313
},
1414

dockerfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This Dockerfile is used to create a Jenkins server with a specific version and pre-configured settings.
22

33
# We start by defining an ARG for the Jenkins version. This allows us to easily change the version of Jenkins we want to use.
4-
ARG JENKINS_VERSION=2.528.1
4+
ARG JENKINS_VERSION=2.528.2
55
# We then use the official Jenkins image with the specified version as our base image.
66
FROM jenkins/jenkins:"${JENKINS_VERSION}"-lts-jdk21
77

dockerfiles/plugins.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cloudbees-folder:6.1073.va_7888eb_dd514
1111
commons-lang3-api:3.19.0-104.v12125f33a_255
1212
commons-text-api:1.14.0-194.v804a_dc3a_1b_d8
1313
configuration-as-code:2006.v001a_2ca_6b_574
14-
coverage:2.2977.v0e1c1d11042d
14+
coverage:2.3026.ve83b_5d9dfb_c4
1515
credentials-binding:702.vfe613e537e88
1616
credentials:1447.v4cb_b_539b_5321
1717
display-url-api:2.217.va_6b_de84cc74b_

updatecli/updatecli.d/codespaces.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ targets:
8181
scmid: default
8282
spec:
8383
file: .devcontainer/devcontainer.json
84-
matchpattern: '("version": ")([0-9.]+)(",)'
84+
matchpattern: '("version": ")([0-9.]*)(",)'
8585
replacepattern: '${1}{{ source "docker-version" }}${3}'
8686
search:
8787
pattern: 'ghcr\.io/devcontainers/features/docker-in-docker'

0 commit comments

Comments
 (0)