Skip to content

Commit

Permalink
Merge pull request #1805 from jenkinsci/updatecli_20863217c1acda5d7d1…
Browse files Browse the repository at this point in the history
…9ed8cdce74e32a81b31d946e6c3e439bcd0d0f573f0dd

Bump Debian Bookworm Linux Version to 20240110
  • Loading branch information
dduportal committed Jan 15, 2024
2 parents 764df96 + c58dbb8 commit 7897412
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 11/debian/bookworm-slim/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG JAVA_VERSION=11.0.21_9
ARG BOOKWORM_TAG=20231218
ARG BOOKWORM_TAG=20240110
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build

RUN jlink \
Expand Down
2 changes: 1 addition & 1 deletion 11/debian/bookworm/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG JAVA_VERSION=11.0.21_9
ARG BOOKWORM_TAG=20231218
ARG BOOKWORM_TAG=20240110
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build

RUN jlink \
Expand Down
2 changes: 1 addition & 1 deletion 17/debian/bookworm-slim/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BOOKWORM_TAG=20231218
ARG BOOKWORM_TAG=20240110
ARG JAVA_VERSION=17.0.9_9
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build

Expand Down
2 changes: 1 addition & 1 deletion 17/debian/bookworm/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BOOKWORM_TAG=20231218
ARG BOOKWORM_TAG=20240110
ARG JAVA_VERSION=17.0.9_9
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build

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

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,4 +1,4 @@
ARG BOOKWORM_TAG=20231218
ARG BOOKWORM_TAG=20240110
FROM debian:bookworm-"${BOOKWORM_TAG}"-slim as jre-build
ARG JAVA_VERSION=21.0.1_12
ARG TARGETPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion 21/debian/bookworm/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BOOKWORM_TAG=20231218
ARG BOOKWORM_TAG=20240110
ARG JAVA_VERSION=21.0.1_12
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy as jre-build

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,4 +1,4 @@
ARG BOOKWORM_TAG=20231218
ARG BOOKWORM_TAG=20240110
FROM debian:bookworm-"${BOOKWORM_TAG}"-slim as jre-build
ARG JAVA_VERSION=21.0.1_12
ARG TARGETPLATFORM
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 "JAVA21_VERSION" {
}

variable "BOOKWORM_TAG" {
default = "20231218"
default = "20240110"
}

# ---- user-defined functions ----
Expand Down

0 comments on commit 7897412

Please sign in to comment.