Skip to content

Commit

Permalink
Merge pull request #796 from jenkinsci/updatecli_master_04b8a347a72ce…
Browse files Browse the repository at this point in the history
…9b63c57d30f47d1466887f35fcae7350f100cc85d0dd91226ab

Bump JDK17 version to 17.0.11_9
  • Loading branch information
dduportal committed May 7, 2024
2 parents a172d06 + 43e99e3 commit 6d7bd6b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
ARG JAVA_VERSION=17.0.10_7
ARG JAVA_VERSION=17.0.11_9
ARG ALPINE_TAG=3.19.1
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-alpine AS jre-build

Expand Down
2 changes: 1 addition & 1 deletion build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
dockerfile: ./windows/${WINDOWS_FLAVOR}/Dockerfile
args:
JAVA_HOME: "C:/openjdk-17"
JAVA_VERSION: 17.0.10+7
JAVA_VERSION: 17.0.11+9
VERSION: ${REMOTING_VERSION}
WINDOWS_VERSION_TAG: ${WINDOWS_VERSION_TAG}
TOOLS_WINDOWS_VERSION: ${TOOLS_WINDOWS_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
ARG DEBIAN_RELEASE=bookworm-20240423
ARG JAVA_VERSION=17.0.10_7
ARG JAVA_VERSION=17.0.11_9
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy AS jre-build

# This Build ARG is populated by Docker
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ variable "JAVA11_VERSION" {
}

variable "JAVA17_VERSION" {
default = "17.0.10_7"
default = "17.0.11_9"
}

variable "JAVA21_VERSION" {
Expand Down

0 comments on commit 6d7bd6b

Please sign in to comment.