Skip to content

Commit

Permalink
Bump JDK17 version to 17.0.11_9 (jenkinsci#1853)
Browse files Browse the repository at this point in the history
* chore: Bump JDK17 version for Linux images in the Debian Slim Dockerfile

Made with ❤️️ by updatecli

* chore: Bump JDK17 version for Linux images in the Debian Dockerfile

Made with ❤️️ by updatecli

* chore: Bump JDK17 version for Linux images in the Alpine Linux Docker...

... file

Made with ❤️️ by updatecli

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

Made with ❤️️ by updatecli

* chore: Bump JDK17 version for Linux images in the Rhel Dockerfile

Made with ❤️️ by updatecli

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Apr 22, 2024
1 parent 5857607 commit a068155
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 17/alpine/hotspot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG ALPINE_TAG=3.19.1

FROM alpine:"${ALPINE_TAG}" AS jre-build

ARG JAVA_VERSION=17.0.10_7
ARG JAVA_VERSION=17.0.11_9

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

Expand Down
2 changes: 1 addition & 1 deletion 17/debian/bookworm-slim/hotspot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG BOOKWORM_TAG=20240408

FROM debian:bookworm-"${BOOKWORM_TAG}"-slim as jre-build

ARG JAVA_VERSION=17.0.10_7
ARG JAVA_VERSION=17.0.11_9

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

Expand Down
2 changes: 1 addition & 1 deletion 17/debian/bookworm/hotspot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG BOOKWORM_TAG=20240408

FROM debian:bookworm-"${BOOKWORM_TAG}" as jre-build

ARG JAVA_VERSION=17.0.10_7
ARG JAVA_VERSION=17.0.11_9

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

Expand Down
2 changes: 1 addition & 1 deletion 17/rhel/ubi9/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi9/ubi:9.3-1610 as jre-build

ARG JAVA_VERSION=17.0.10_7
ARG JAVA_VERSION=17.0.11_9

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

Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,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 a068155

Please sign in to comment.