Loading Dockerfile-py3-amd64 +2 −2 Original line number Diff line number Diff line Loading @@ -3,9 +3,9 @@ SHELL ["/bin/bash", "-i", "-c"] LABEL maintainer="f.batonogov@yandex.ru" ARG PYTHON_VERSION=3.10.7 ARG PYTHON_VERSION=3.10.8 ARG PYINSTALLER_VERSION=5.5.0 ARG OPENSSL_VERSION=3.0.4 ARG OPENSSL_VERSION=3.0.5 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 @@ -5,7 +5,7 @@ LABEL maintainer="f.batonogov@yandex.ru" ENV DEBIAN_FRONTEND noninteractive ARG WINE_VERSION=winehq-stable ARG PYTHON_VERSION=3.10.7 ARG PYTHON_VERSION=3.10.8 ARG PYINSTALLER_VERSION=5.5.0 # we need wine for this all to work, so we'll use the PPA Loading README.md +3 −3 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ Current PyInstaller version used: - 5.5.0 for Python 3.10.7 - 5.5.0 for Python 3.10.8 ## Tags Loading Loading @@ -75,8 +75,8 @@ None - Python is compiled from sources - Updated GitHub Actions (testing the image before push) - Optimized Dockerfiles - Updated OpenSSL 1.1.1q -> 3.0.4 - Updated Python 3.10.6 -> 3.10.7 - Updated OpenSSL 1.1.1q -> 3.0.5 - Updated Python 3.10.6 -> 3.10.8 - Updated Pyintaller 5.3.0 -> 5.5.0 #### [2.8] - 2022-08-11 Loading test/hello.py +2 −1 Original line number Diff line number Diff line import requests requests.get('https://api.github.com') get = requests.get('https://api.github.com') print(get) Loading
Dockerfile-py3-amd64 +2 −2 Original line number Diff line number Diff line Loading @@ -3,9 +3,9 @@ SHELL ["/bin/bash", "-i", "-c"] LABEL maintainer="f.batonogov@yandex.ru" ARG PYTHON_VERSION=3.10.7 ARG PYTHON_VERSION=3.10.8 ARG PYINSTALLER_VERSION=5.5.0 ARG OPENSSL_VERSION=3.0.4 ARG OPENSSL_VERSION=3.0.5 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 @@ -5,7 +5,7 @@ LABEL maintainer="f.batonogov@yandex.ru" ENV DEBIAN_FRONTEND noninteractive ARG WINE_VERSION=winehq-stable ARG PYTHON_VERSION=3.10.7 ARG PYTHON_VERSION=3.10.8 ARG PYINSTALLER_VERSION=5.5.0 # we need wine for this all to work, so we'll use the PPA Loading
README.md +3 −3 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ Current PyInstaller version used: - 5.5.0 for Python 3.10.7 - 5.5.0 for Python 3.10.8 ## Tags Loading Loading @@ -75,8 +75,8 @@ None - Python is compiled from sources - Updated GitHub Actions (testing the image before push) - Optimized Dockerfiles - Updated OpenSSL 1.1.1q -> 3.0.4 - Updated Python 3.10.6 -> 3.10.7 - Updated OpenSSL 1.1.1q -> 3.0.5 - Updated Python 3.10.6 -> 3.10.8 - Updated Pyintaller 5.3.0 -> 5.5.0 #### [2.8] - 2022-08-11 Loading
test/hello.py +2 −1 Original line number Diff line number Diff line import requests requests.get('https://api.github.com') get = requests.get('https://api.github.com') print(get)