pmb.config.apk_tools_min_version: add alpine 3.17

This commit is contained in:
Oliver Smith 2022-11-27 19:10:05 +01:00
parent 4b339763db
commit bb5399d6d5
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ arch_native = pmb.parse.arch.alpine_native()
# (which may contain a vulnerable apk/openssl, and allows an attacker to
# exploit the system!)
apk_tools_min_version = {"edge": "2.12.10-r1",
"v3.17": "2.12.10-r1",
"v3.16": "2.12.9-r3",
"v3.15": "2.12.7-r3",
"v3.14": "2.12.7-r0",