Skip to content

Commit

Permalink
breaking(Linux): short tags targeting Java 17 instead of Java 11 (#400)
Browse files Browse the repository at this point in the history
* breaking(Linux): short tags targeting Java 17 instead of Java 11
  • Loading branch information
lemeurherve authored May 13, 2024
1 parent 9c03de3 commit 4875763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ variable "DEBIAN_RELEASE" {
}

variable "default_jdk" {
default = 11
default = 17
}

# Return "true" if the jdk passed as parameter is the same as the default jdk, "false" otherwise
Expand Down

0 comments on commit 4875763

Please sign in to comment.