Skip to content

Commit b5f4d15

Browse files
chore: Bump JDK21 version for Linux images in the docker-bake.hcl file (#569)
Made with ❤️️ by updatecli Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 928ff72 commit b5f4d15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-bake.hcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ variable "JAVA17_VERSION" {
6868
}
6969

7070
variable "JAVA21_VERSION" {
71-
default = "21.0.8_9"
71+
default = "21.0.9_10"
7272
}
7373

7474
variable "JAVA25_VERSION" {
@@ -96,7 +96,7 @@ function "javaversion" {
9696
params = [jdk]
9797
result = (equal(17, jdk)
9898
? "${JAVA17_VERSION}"
99-
: equal(21, jdk)
99+
: equal(21, jdk)
100100
? "${JAVA21_VERSION}"
101101
: "${JAVA25_VERSION}")
102102
}
@@ -107,7 +107,7 @@ function "alpine_platforms" {
107107
params = [jdk]
108108
result = (equal(17, jdk)
109109
? ["linux/amd64"]
110-
: ["linux/amd64", "linux/arm64"])
110+
: ["linux/amd64", "linux/arm64"])
111111
}
112112

113113
# Return an array of Debian platforms to use depending on the jdk passed as parameter

0 commit comments

Comments
 (0)