Skip to content

Commit

Permalink
Merge pull request #1910 from jenkinsci/updatecli_master_632763a46e5c…
Browse files Browse the repository at this point in the history
…58fa71ec92af2eb00d83377a5180000e89c14143b28a66d47695

Bump JDK11 version to 11.0.24_8
  • Loading branch information
dduportal committed Jul 25, 2024
2 parents 9c80444 + 1a5ed91 commit 1edabf6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion almalinux/almalinux8/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM almalinux:8.10 as jre-build

ARG JAVA_VERSION=11.0.23_9
ARG JAVA_VERSION=11.0.24_8

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down
2 changes: 1 addition & 1 deletion build-windows-lts-with-jdk11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
args:
COMMIT_SHA: ${COMMIT_SHA}
JAVA_HOME: "C:/openjdk-11"
JAVA_VERSION: 11.0.23_9
JAVA_VERSION: 11.0.24_8
JENKINS_SHA: ${JENKINS_SHA}
JENKINS_VERSION: ${JENKINS_VERSION}
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 @@ -108,7 +108,7 @@ variable "ALPINE_SHORT_TAG" {
}

variable "JAVA11_VERSION" {
default = "11.0.23_9"
default = "11.0.24_8"
}

variable "JAVA17_VERSION" {
Expand Down
2 changes: 1 addition & 1 deletion rhel/ubi8/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi8/ubi:8.10-1020 as jre-build

ARG JAVA_VERSION=11.0.23_9
ARG JAVA_VERSION=11.0.24_8

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down

0 comments on commit 1edabf6

Please sign in to comment.