Loading Dockerfile-py3-linux +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ SHELL ["/bin/bash", "-i", "-c"] LABEL maintainer="f.batonogov@yandex.ru" ARG PYINSTALLER_VERSION=6.1.0 ARG PYINSTALLER_VERSION=6.2.0 ENV PYPI_URL=https://pypi.python.org/ ENV PYPI_INDEX_URL=https://pypi.python.org/simple Loading Dockerfile-py3-windows +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.11.6 ARG PYINSTALLER_VERSION=6.1.0 ARG PYINSTALLER_VERSION=6.2.0 # we need wine for this all to work, so we'll use the PPA RUN set -x \ Loading README.md +2 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ | TAG | Python version | Pyinstaller version | | ------------------------ | -------------- | ------------------- | | `:v3.3.0` | 3.11.6 | 6.2.0 | | `:python-3.11`/`:v3.2.1` | 3.11.6 | 6.0.0 | | `:v3.2.0` | 3.11.5 | 6.0.0 | | `:3.1.6` | 3.11.5 | 5.13.2 | Loading Loading
Dockerfile-py3-linux +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ SHELL ["/bin/bash", "-i", "-c"] LABEL maintainer="f.batonogov@yandex.ru" ARG PYINSTALLER_VERSION=6.1.0 ARG PYINSTALLER_VERSION=6.2.0 ENV PYPI_URL=https://pypi.python.org/ ENV PYPI_INDEX_URL=https://pypi.python.org/simple Loading
Dockerfile-py3-windows +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.11.6 ARG PYINSTALLER_VERSION=6.1.0 ARG PYINSTALLER_VERSION=6.2.0 # we need wine for this all to work, so we'll use the PPA RUN set -x \ Loading
README.md +2 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ | TAG | Python version | Pyinstaller version | | ------------------------ | -------------- | ------------------- | | `:v3.3.0` | 3.11.6 | 6.2.0 | | `:python-3.11`/`:v3.2.1` | 3.11.6 | 6.0.0 | | `:v3.2.0` | 3.11.5 | 6.0.0 | | `:3.1.6` | 3.11.5 | 5.13.2 | Loading