**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:
- 4.5.1 for Python 3.9.7
- 4.5.1 for Python 3.10.0
## Tags
`batonogov/pyinstaller-linux` both have few tags `:latest`, `:dev`.
`batonogov/pyinstaller-windows` both have few tags `:latest`, `:dev`.
The `:latest` tag runs Python 3.9.7 x86-64.
The `:latest` tag runs Python 3.10.0 x86-64.
## Usage
@@ -112,12 +112,15 @@ Bumped Python version to 3.6 on Linux, thank you @itouch5000