Skip to content

Commit

Permalink
Use JDK 21.0.2, not 21.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Jan 26, 2024
1 parent 685f903 commit ddfb38d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 21/alpine/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ALPINE_TAG=3.19.0
ARG JAVA_VERSION=21.0.1_12
ARG JAVA_VERSION=21.0.2_13
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-alpine AS jre-build

# Generate smaller java runtime without unneeded files
Expand Down
2 changes: 1 addition & 1 deletion 21/debian/bookworm-slim/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BOOKWORM_TAG=20240110
ARG JAVA_VERSION=21.0.1_12
ARG JAVA_VERSION=21.0.2_13
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build

RUN if test "${TARGETPLATFORM}" != 'linux/arm/v7'; then \
Expand Down
2 changes: 1 addition & 1 deletion 21/debian/bookworm-slim/hotspot/preview/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BOOKWORM_TAG=20240110
FROM debian:bookworm-"${BOOKWORM_TAG}"-slim as jre-build
ARG JAVA_VERSION=21.0.1_12
ARG JAVA_VERSION=21.0.2_13
ARG TARGETPLATFORM

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
@@ -1,5 +1,5 @@
ARG BOOKWORM_TAG=20240110
ARG JAVA_VERSION=21.0.1_12
ARG JAVA_VERSION=21.0.2_13
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build

RUN if test "${TARGETPLATFORM}" != 'linux/arm/v7'; then \
Expand Down
2 changes: 1 addition & 1 deletion 21/debian/bookworm/hotspot/preview/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BOOKWORM_TAG=20240110
FROM debian:bookworm-"${BOOKWORM_TAG}"-slim as jre-build
ARG JAVA_VERSION=21.0.1_12
ARG JAVA_VERSION=21.0.2_13
ARG TARGETPLATFORM

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,5 +1,5 @@
FROM registry.access.redhat.com/ubi9/ubi:9.3-1361 as jre-build
ARG JAVA_VERSION=21.0.1_12
ARG JAVA_VERSION=21.0.2_13
ARG TARGETPLATFORM

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 @@ -104,7 +104,7 @@ variable "JAVA21_PREVIEW_VERSION" {
}

variable "JAVA21_VERSION" {
default = "21.0.1_12"
default = "21.0.2_13"
}

variable "BOOKWORM_TAG" {
Expand Down

0 comments on commit ddfb38d

Please sign in to comment.