Loading .DS_Store 0 → 100644 +6 KiB File added.No diff preview for this file type. View file 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="batonogov@icloud.com" ARG PYTHON_VERSION=3.9.7 ARG PYTHON_VERSION=3.10.0 ARG PYINSTALLER_VERSION=4.5.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="batonogov@icloud.com" ENV DEBIAN_FRONTEND noninteractive ARG WINE_VERSION=winehq-stable ARG PYTHON_VERSION=3.9.7 ARG PYTHON_VERSION=3.10.0 ARG PYINSTALLER_VERSION=4.5.1 # we need wine for this all to work, so we'll use the PPA Loading README.md +2 −2 Original line number Diff line number Diff line Loading @@ -118,8 +118,8 @@ Bumped Python version to 3.6 on Linux, thank you @itouch5000 - Deleted Python 2 Dockerfiles - Deleted 32 bit Dockerfiles #### [2.3] - 2021-10-17 - UUpdated Python 3.9.7 -> 3.10.0 #### [2.3] - Upcoming Release - Updated Python 3.9.7 -> 3.10.0 ## License 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="batonogov@icloud.com" ARG PYTHON_VERSION=3.9.7 ARG PYTHON_VERSION=3.10.0 ARG PYINSTALLER_VERSION=4.5.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="batonogov@icloud.com" ENV DEBIAN_FRONTEND noninteractive ARG WINE_VERSION=winehq-stable ARG PYTHON_VERSION=3.9.7 ARG PYTHON_VERSION=3.10.0 ARG PYINSTALLER_VERSION=4.5.1 # we need wine for this all to work, so we'll use the PPA Loading
README.md +2 −2 Original line number Diff line number Diff line Loading @@ -118,8 +118,8 @@ Bumped Python version to 3.6 on Linux, thank you @itouch5000 - Deleted Python 2 Dockerfiles - Deleted 32 bit Dockerfiles #### [2.3] - 2021-10-17 - UUpdated Python 3.9.7 -> 3.10.0 #### [2.3] - Upcoming Release - Updated Python 3.9.7 -> 3.10.0 ## License Loading