Skip to content
Snippets Groups Projects
Unverified Commit a86b7a30 authored by Oliver Smith's avatar Oliver Smith
Browse files

Prepare 2.3.2 release

parent 4ba70a3f
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ from .helpers import mount
from .helpers import other
# pmbootstrap version
__version__ = "2.3.1"
__version__ = "2.3.2"
# Python version check
version = sys.version_info
......
......@@ -28,8 +28,8 @@ arch_native = pmb.parse.arch.alpine_native()
# Update this frequently to prevent a MITM attack with an outdated version
# (which may contain a vulnerable apk/openssl, and allows an attacker to
# exploit the system!)
apk_tools_min_version = {"edge": "2.14.4-r0",
"v3.20": "2.14.4-r0",
apk_tools_min_version = {"edge": "2.14.4-r4",
"v3.20": "2.14.4-r1",
"v3.19": "2.14.4-r0",
"v3.18": "2.14.4-r0",
"v3.17": "2.12.14-r0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment