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="batonogov@icloud.com" ARG PYTHON_VERSION=3.10.7 ARG PYINSTALLER_VERSION=5.4.1 ARG PYINSTALLER_VERSION=5.5.0 ARG OPENSSL_VERSION=3.0.4 ENV PYPI_URL=https://pypi.python.org/ 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.7 ARG PYINSTALLER_VERSION=5.4.1 ARG PYINSTALLER_VERSION=5.5.0 # we need wine for this all to work, so we'll use the PPA RUN set -x \ Loading README.md +3 −3 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ Current PyInstaller version used: - 5.4.1 for Python 3.10.7 - 5.5.0 for Python 3.10.7 ## 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.2.0` to your `requirements.txt`. Add `pyinstaller=5.4.1` to your `requirements.txt`. ##### Is it possible to use a package mirror? Loading @@ -77,7 +77,7 @@ None - Optimized Dockerfiles - Updated OpenSSL 1.1.1q -> 3.0.4 - Updated Python 3.10.6 -> 3.10.7 - Updated Pyintaller 5.3.0 -> 5.4.1 - Updated Pyintaller 5.3.0 -> 5.5.0 #### [2.8] - 2022-08-11 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="batonogov@icloud.com" ARG PYTHON_VERSION=3.10.7 ARG PYINSTALLER_VERSION=5.4.1 ARG PYINSTALLER_VERSION=5.5.0 ARG OPENSSL_VERSION=3.0.4 ENV PYPI_URL=https://pypi.python.org/ 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.7 ARG PYINSTALLER_VERSION=5.4.1 ARG PYINSTALLER_VERSION=5.5.0 # we need wine for this all to work, so we'll use the PPA RUN set -x \ Loading
README.md +3 −3 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ Current PyInstaller version used: - 5.4.1 for Python 3.10.7 - 5.5.0 for Python 3.10.7 ## 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.2.0` to your `requirements.txt`. Add `pyinstaller=5.4.1` to your `requirements.txt`. ##### Is it possible to use a package mirror? Loading @@ -77,7 +77,7 @@ None - Optimized Dockerfiles - Updated OpenSSL 1.1.1q -> 3.0.4 - Updated Python 3.10.6 -> 3.10.7 - Updated Pyintaller 5.3.0 -> 5.4.1 - Updated Pyintaller 5.3.0 -> 5.5.0 #### [2.8] - 2022-08-11 Loading