Skip to content

Commit

Permalink
Bump JDK11 version to 11.0.22_7 (#770)
Browse files Browse the repository at this point in the history
* chore: Bump JDK11 version on Windows Nanoserver image

Made with ❤️️ by updatecli

* chore: Bump JDK11 version for Linux images in the docker-bake.hcl file

Made with ❤️️ by updatecli

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 16, 2024
1 parent 06a1f8c commit b05fdc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
dockerfile: ./windows/${WINDOWS_FLAVOR}/Dockerfile
args:
JAVA_HOME: "C:/openjdk-11"
JAVA_VERSION: "11.0.20.1_1"
JAVA_VERSION: 11.0.22_7
VERSION: ${REMOTING_VERSION}
WINDOWS_VERSION_TAG: ${WINDOWS_VERSION_TAG}
TOOLS_WINDOWS_VERSION: ${TOOLS_WINDOWS_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ variable "DEBIAN_RELEASE" {
}

variable "JAVA11_VERSION" {
default = "11.0.21_9"
default = "11.0.22_7"
}

variable "JAVA17_VERSION" {
Expand Down

0 comments on commit b05fdc6

Please sign in to comment.