Skip to content

Commit

Permalink
Bump Debian Bookworm Linux Version to 20231009 (#1746)
Browse files Browse the repository at this point in the history
* chore: Update the value of the base image (ARG BOOKWORM_TAG) in the D...

... ockerfile

Made with ❤️️ by updatecli

* chore: Update the value of the base image (ARG BOOKWORM_TAG) in the D...

... ockerfile

Made with ❤️️ by updatecli

* chore: Update the value of the base image (ARG BOOKWORM_TAG) in the D...

... ockerfile

Made with ❤️️ by updatecli

* chore: Update the value of the base image (ARG BOOKWORM_TAG) in the D...

... ockerfile

Made with ❤️️ by updatecli

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Oct 22, 2023
1 parent 544eda3 commit ecd04a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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=20230904
ARG BOOKWORM_TAG=20231009
ARG JAVA_VERSION=21_35
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=20230904
ARG BOOKWORM_TAG=20231009
FROM debian:bookworm-"${BOOKWORM_TAG}"-slim as jre-build
ARG JAVA_VERSION=21+35
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=20230904
ARG BOOKWORM_TAG=20231009
ARG JAVA_VERSION=21_35
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=20230904
ARG BOOKWORM_TAG=20231009
FROM debian:bookworm-"${BOOKWORM_TAG}"-slim as jre-build
ARG JAVA_VERSION=21+35
ARG TARGETPLATFORM
Expand Down

0 comments on commit ecd04a1

Please sign in to comment.