[bitnami/java-min] Reduce size threshold for branch 24 (#79205)

Signed-off-by: Miguel Ruiz <miguel.ruiz@broadcom.com>
This commit is contained in:
Miguel Ruiz 2025-03-28 16:11:57 +01:00 committed by GitHub
parent 66df75f1ab
commit 2d28725a53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
],
"size_thresholds": [
{
"size": "270MB",
"size": "95MB",
"kind": "COMPRESSED"
}
]