From cc8def9cc7a3efad8700d6c81bdc0fa12d5ce9a2 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 02:08:43 +0000 Subject: [PATCH] chore: Bump JDK21 version for Linux images in the docker-bake.hcl file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- docker-bake.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-bake.hcl b/docker-bake.hcl index f6645fd1af..1523193cf2 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -105,7 +105,7 @@ variable "JAVA21_PREVIEW_VERSION" { } variable "JAVA21_VERSION" { - default = "21_35" + default = "21.0.1_12" } variable "BOOKWORM_TAG" {