Loading Dockerfile-py3-amd64 +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ SHELL ["/bin/bash", "-i", "-c"] LABEL maintainer="f.batonogov@yandex.ru" ARG PYTHON_VERSION=3.10.8 ARG PYINSTALLER_VERSION=5.5.0 ARG PYINSTALLER_VERSION=5.6.0 ENV PYPI_URL=https://pypi.python.org/ ENV PYPI_INDEX_URL=https://pypi.python.org/simple Loading Dockerfile-py3-win64 +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND noninteractive ARG WINE_VERSION=winehq-stable ARG PYTHON_VERSION=3.10.8 ARG PYINSTALLER_VERSION=5.5.0 ARG PYINSTALLER_VERSION=5.6.0 # we need wine for this all to work, so we'll use the PPA RUN set -x \ Loading README.md +5 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ Current PyInstaller version used: - 5.5.0 for Python 3.10.8 - 5.6.0 for Python 3.10.8 ## Tags Loading Loading @@ -55,7 +55,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=5.4.1` to your `requirements.txt`. Add `pyinstaller=5.5.0` to your `requirements.txt`. ##### Is it possible to use a package mirror? Loading @@ -70,6 +70,9 @@ None <details> <summary>2022</summary> #### [3.0] - upcoming - Updated Pyintaller 5.5.0 -> 5.6.0 #### [2.9] - 2022-10-21 - Python is compiled from sources Loading Loading
Dockerfile-py3-amd64 +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ SHELL ["/bin/bash", "-i", "-c"] LABEL maintainer="f.batonogov@yandex.ru" ARG PYTHON_VERSION=3.10.8 ARG PYINSTALLER_VERSION=5.5.0 ARG PYINSTALLER_VERSION=5.6.0 ENV PYPI_URL=https://pypi.python.org/ ENV PYPI_INDEX_URL=https://pypi.python.org/simple Loading
Dockerfile-py3-win64 +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND noninteractive ARG WINE_VERSION=winehq-stable ARG PYTHON_VERSION=3.10.8 ARG PYINSTALLER_VERSION=5.5.0 ARG PYINSTALLER_VERSION=5.6.0 # we need wine for this all to work, so we'll use the PPA RUN set -x \ Loading
README.md +5 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ Current PyInstaller version used: - 5.5.0 for Python 3.10.8 - 5.6.0 for Python 3.10.8 ## Tags Loading Loading @@ -55,7 +55,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=5.4.1` to your `requirements.txt`. Add `pyinstaller=5.5.0` to your `requirements.txt`. ##### Is it possible to use a package mirror? Loading @@ -70,6 +70,9 @@ None <details> <summary>2022</summary> #### [3.0] - upcoming - Updated Pyintaller 5.5.0 -> 5.6.0 #### [2.9] - 2022-10-21 - Python is compiled from sources Loading