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.4 ARG PYINSTALLER_VERSION=5.0.1 ARG PYINSTALLER_VERSION=5.1.0 ARG OPENSSL_VERSION=1.1.1n 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.4 ARG PYINSTALLER_VERSION=5.0.1 ARG PYINSTALLER_VERSION=5.1.0 # we need wine for this all to work, so we'll use the PPA RUN set -x \ Loading README.md +2 −2 Original line number Diff line number Diff line Loading @@ -132,9 +132,9 @@ Bumped Python version to 3.6 on Linux, thank you @itouch5000 - Updated Pyinstaler 4.7.0 -> 4.10 - Updated OpenSSL 1.1.1m -> 1.1.1n #### [2.5] - upcoming #### [2.6] - upcoming - Updated Ubuntu 20.04 -> 22.04 for win64 - Updated Pyinstaler 4.10 -> 5.0.1 - Updated Pyinstaler 4.10 -> 5.1.0 ## License 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.4 ARG PYINSTALLER_VERSION=5.0.1 ARG PYINSTALLER_VERSION=5.1.0 ARG OPENSSL_VERSION=1.1.1n 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.4 ARG PYINSTALLER_VERSION=5.0.1 ARG PYINSTALLER_VERSION=5.1.0 # we need wine for this all to work, so we'll use the PPA RUN set -x \ Loading
README.md +2 −2 Original line number Diff line number Diff line Loading @@ -132,9 +132,9 @@ Bumped Python version to 3.6 on Linux, thank you @itouch5000 - Updated Pyinstaler 4.7.0 -> 4.10 - Updated OpenSSL 1.1.1m -> 1.1.1n #### [2.5] - upcoming #### [2.6] - upcoming - Updated Ubuntu 20.04 -> 22.04 for win64 - Updated Pyinstaler 4.10 -> 5.0.1 - Updated Pyinstaler 4.10 -> 5.1.0 ## License Loading