Skip to content

Commit

Permalink
Merge pull request #486 from jenkinsci/updatecli_ff3f263a80497e130810…
Browse files Browse the repository at this point in the history
…5f86f7939ca0f0f919517d333badf458365c359066ae

Bump JDK11 version to 11.0.20.1_1
  • Loading branch information
dduportal authored Sep 2, 2023
2 parents 9503e8a + d07017c commit 323db16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: ./windows/nanoserver/
args:
JAVA_HOME: "C:/openjdk-11"
JAVA_VERSION: 11.0.20_8
JAVA_VERSION: 11.0.20.1_1
VERSION: ${REMOTING_VERSION}
WINDOWS_VERSION_TAG: ${WINDOWS_VERSION_TAG}
jdk17-nanoserver:
Expand All @@ -23,7 +23,7 @@ services:
context: ./windows/windowsservercore/
args:
JAVA_HOME: "C:/openjdk-11"
JAVA_VERSION: 11.0.20_8
JAVA_VERSION: 11.0.20.1_1
VERSION: ${REMOTING_VERSION}
WINDOWS_VERSION_TAG: ${WINDOWS_VERSION_TAG}
jdk17-windowsservercore:
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ variable "ALPINE_SHORT_TAG" {
}

variable "JAVA11_VERSION" {
default = "11.0.20_8"
default = "11.0.20.1_1"
}

variable "JAVA17_VERSION" {
Expand Down

0 comments on commit 323db16

Please sign in to comment.