Skip to content

Commit

Permalink
Bump JDK21 version to 21.0.3_9 (jenkinsci#1854)
Browse files Browse the repository at this point in the history
* chore: Bump JDK21 version for Linux images in the docker-bake.hcl file

Made with ❤️️ by updatecli

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

Made with ❤️️ by updatecli

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

Made with ❤️️ by updatecli

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

Made with ❤️️ by updatecli

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

... file

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 a068155 commit 76b8515
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 21/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=21.0.2_13
ARG JAVA_VERSION=21.0.3_9

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

Expand Down
2 changes: 1 addition & 1 deletion 21/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=21.0.2_13
ARG JAVA_VERSION=21.0.3_9

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

Expand Down
2 changes: 1 addition & 1 deletion 21/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=21.0.2_13
ARG JAVA_VERSION=21.0.3_9

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

Expand Down
2 changes: 1 addition & 1 deletion 21/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=21.0.2_13
ARG JAVA_VERSION=21.0.3_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 @@ -101,7 +101,7 @@ variable "JAVA17_VERSION" {
}

variable "JAVA21_VERSION" {
default = "21.0.2_13"
default = "21.0.3_9"
}

variable "BOOKWORM_TAG" {
Expand Down

0 comments on commit 76b8515

Please sign in to comment.