pmb.config.apk_tools_min_version: add alpine 3.15 (MR 2144)

Prepare for postmarketOS v21.12 release.
This commit is contained in:
Oliver Smith 2021-11-26 00:51:11 +01:00
parent b3d91f274d
commit f30b1cc3f2
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,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.7-r3",
"v3.15": "2.12.7-r3",
"v3.14": "2.12.7-r0",
"v3.13": "2.12.7-r0",
"v3.12": "2.10.8-r0"}