Skip to content

Commit

Permalink
Bump JDK17 version to 17.0.11_9 (jenkinsci#1855)
Browse files Browse the repository at this point in the history
* chore: Bump JDK17 version in build-windows.yaml

Made with ❤️️ by updatecli

* chore: Bump default JDK17 version for Linux images in the Windows Doc...

... kerfile

Made with ❤️️ by updatecli

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored and lemeurherve committed Apr 24, 2024
1 parent 0d9f797 commit c5e0309
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
args:
COMMIT_SHA: ${COMMIT_SHA}
JAVA_HOME: "C:/openjdk-17"
JAVA_VERSION: "17.0.10_7"
JAVA_VERSION: 17.0.11_9
JENKINS_SHA: ${JENKINS_SHA}
JENKINS_VERSION: ${JENKINS_VERSION}
TOOLS_WINDOWS_VERSION: ${TOOLS_WINDOWS_VERSION}
Expand Down
4 changes: 2 additions & 2 deletions windows/windowsservercore/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# escape=`
# hadolint shell=powershell

ARG JAVA_VERSION=17.0.10_7
ARG JAVA_VERSION=17.0.11_9
ARG WINDOWS_VERSION=ltsc2019
ARG TOOLS_WINDOWS_VERSION=1809

Expand All @@ -10,7 +10,7 @@ FROM mcr.microsoft.com/windows/servercore:"${WINDOWS_VERSION}" AS jre-build
# $ProgressPreference: https://github.com/PowerShell/PowerShell/issues/2138#issuecomment-251261324
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]

ARG JAVA_VERSION
ARG JAVA_VERSION=17.0.11_9

RUN New-Item -ItemType Directory -Path C:\temp | Out-Null ; `
$javaMajorVersion = $env:JAVA_VERSION.substring(0,2) ; `
Expand Down

0 comments on commit c5e0309

Please sign in to comment.