Skip to content

Commit

Permalink
Bump JDK11 version to 11.0.20_8 (#468)
Browse files Browse the repository at this point in the history
* chore: key "$.services.jdk11-nanoserver.build.args.JAVA_VERSION" upda...

... ted from "11.0.19_7" to "11.0.20_8", in file "build-windows.yaml"

Made with ❤️️ by updatecli

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

Made with ❤️️ by updatecli

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

... N" updated from "11.0.19_7" to "11.0.20_8", in file "build-windows.yaml"

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
github-actions[bot] and MarkEWaite committed Jul 31, 2023
1 parent fb1a052 commit 060f7d0
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.19_7
JAVA_VERSION: 11.0.20_8
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.19_7
JAVA_VERSION: 11.0.20_8
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.19_7"
default = "11.0.20_8"
}

variable "JAVA17_VERSION" {
Expand Down

0 comments on commit 060f7d0

Please sign in to comment.