Skip to content

Commit

Permalink
Bump JDK17 version to 17.0.8_7 (jenkinsci#469)
Browse files Browse the repository at this point in the history
* chore: changed lines [22] of file "/tmp/updatecli/github/jenkinsci/do...

... cker-agent/alpine/Dockerfile"

Made with ❤️️ by updatecli

* chore: Updated to content "" in file "docker-bake.hcl"

Made with ❤️️ by updatecli

* chore: key "$.services.jdk17-windowsservercore.build.args.JAVA_VERSIO...

... N" updated from "17.0.7_7" to "17.0.8_7", in file "build-windows.yaml"

Made with ❤️️ by updatecli

* chore: key "$.services.jdk17-nanoserver.build.args.JAVA_VERSION" upda...

... ted from "17.0.7_7" to "17.0.8_7", in file "build-windows.yaml"

Made with ❤️️ by updatecli

* chore: changed lines [23] of file "/tmp/updatecli/github/jenkinsci/do...

... cker-agent/debian/Dockerfile"

Made with ❤️️ by updatecli

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
  • Loading branch information
2 people authored and lemeurherve committed Aug 6, 2023
1 parent a9053b2 commit 052a743
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
ARG JAVA_VERSION=17.0.7_7
ARG JAVA_VERSION=17.0.8_7
ARG ALPINE_TAG=3.18.2
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-alpine AS jre-build

Expand Down
2 changes: 1 addition & 1 deletion build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ services:
context: ./windows/windowsservercore/
args:
JAVA_HOME: "C:/openjdk-17"
JAVA_VERSION: 17.0.7_7
JAVA_VERSION: 17.0.8_7
VERSION: ${REMOTING_VERSION}
WINDOWS_VERSION_TAG: ${WINDOWS_VERSION_TAG}
2 changes: 1 addition & 1 deletion debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

ARG JAVA_VERSION=17.0.7_7
ARG JAVA_VERSION=17.0.8_7
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-focal AS jre-build

# This Build ARG is populated by Docker
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ variable "JAVA11_VERSION" {
}

variable "JAVA17_VERSION" {
default = "17.0.7_7"
default = "17.0.8_7"
}

target "archlinux_jdk11" {
Expand Down

0 comments on commit 052a743

Please sign in to comment.