File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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.
66FROM jenkins/jenkins:"${JENKINS_VERSION}" -lts-jdk21
77
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ cloudbees-folder:6.1073.va_7888eb_dd514
1111commons-lang3-api:3.19.0-104.v12125f33a_255
1212commons-text-api:1.14.0-194.v804a_dc3a_1b_d8
1313configuration-as-code:2006.v001a_2ca_6b_574
14- coverage:2.2977.v0e1c1d11042d
14+ coverage:2.3026.ve83b_5d9dfb_c4
1515credentials-binding:702.vfe613e537e88
1616credentials:1447.v4cb_b_539b_5321
1717display-url-api:2.217.va_6b_de84cc74b_
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments