**batonogov/pyinstaller-linux** and **batonogov/pyinstaller-windows** are a pair of Docker containers to ease compiling Python applications to binaries / exe files.
Current PyInstaller version used:
- 5.1.0 for Python 3.10.5
- 5.2.0 for Python 3.10.5
## Tags
@@ -54,7 +54,7 @@ will generate a `spec` file for `your-script.py` in your current working directo
##### How do I change the PyInstaller version used?
Add `pyinstaller=4.5.1` to your `requirements.txt`.
Add `pyinstaller=5.1.0` to your `requirements.txt`.
##### Is it possible to use a package mirror?
@@ -141,6 +141,9 @@ Bumped Python version to 3.6 on Linux, thank you @itouch5000