Loading Dockerfile-py3-amd64 +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 PYTHON_VERSION=3.10.8 ARG PYTHON_VERSION=3.11.0 ARG PYINSTALLER_VERSION=5.6.1 ENV PYPI_URL=https://pypi.python.org/ Loading Dockerfile-py3-win64 +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ LABEL maintainer="f.batonogov@yandex.ru" ENV DEBIAN_FRONTEND noninteractive ARG WINE_VERSION=winehq-stable ARG PYTHON_VERSION=3.10.8 ARG PYTHON_VERSION=3.11.0 ARG PYINSTALLER_VERSION=5.6.1 # we need wine for this all to work, so we'll use the PPA Loading README.md +4 −3 Original line number Diff line number Diff line Loading @@ -4,14 +4,14 @@ Current PyInstaller version used: - 5.6.1 for Python 3.10.8 - 5.6.1 for Python 3.11.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.10.8 x86-64. The `:latest` tag runs Python 3.11.0 x86-64. ## Usage Loading Loading @@ -71,7 +71,8 @@ None <summary>2022</summary> #### [3.0] - upcoming - Updated Pyintaller 5.5.0 -> 5.6.0 - Updated Pyintaller 5.5.0 -> 5.6.1 - Updated Python 3.10.8 -> 3.11.0 #### [2.9] - 2022-10-21 Loading Loading
Dockerfile-py3-amd64 +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 PYTHON_VERSION=3.10.8 ARG PYTHON_VERSION=3.11.0 ARG PYINSTALLER_VERSION=5.6.1 ENV PYPI_URL=https://pypi.python.org/ Loading
Dockerfile-py3-win64 +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ LABEL maintainer="f.batonogov@yandex.ru" ENV DEBIAN_FRONTEND noninteractive ARG WINE_VERSION=winehq-stable ARG PYTHON_VERSION=3.10.8 ARG PYTHON_VERSION=3.11.0 ARG PYINSTALLER_VERSION=5.6.1 # we need wine for this all to work, so we'll use the PPA Loading
README.md +4 −3 Original line number Diff line number Diff line Loading @@ -4,14 +4,14 @@ Current PyInstaller version used: - 5.6.1 for Python 3.10.8 - 5.6.1 for Python 3.11.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.10.8 x86-64. The `:latest` tag runs Python 3.11.0 x86-64. ## Usage Loading Loading @@ -71,7 +71,8 @@ None <summary>2022</summary> #### [3.0] - upcoming - Updated Pyintaller 5.5.0 -> 5.6.0 - Updated Pyintaller 5.5.0 -> 5.6.1 - Updated Python 3.10.8 -> 3.11.0 #### [2.9] - 2022-10-21 Loading