Commit 9b4a93d6 authored by Fedor Batonogov's avatar Fedor Batonogov
Browse files

Updated Python

parent ea75eaf6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ SHELL ["/bin/bash", "-i", "-c"]

LABEL maintainer="batonogov@icloud.com"

ARG PYTHON_VERSION=3.10.5
ARG PYTHON_VERSION=3.10.6
ARG PYINSTALLER_VERSION=5.3.0
ARG OPENSSL_VERSION=1.1.1q

+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ LABEL maintainer="batonogov@icloud.com"
ENV DEBIAN_FRONTEND noninteractive

ARG WINE_VERSION=winehq-stable
ARG PYTHON_VERSION=3.10.5
ARG PYTHON_VERSION=3.10.6
ARG PYINSTALLER_VERSION=5.3.0

# we need wine for this all to work, so we'll use the PPA
+1 −0
Original line number Diff line number Diff line
@@ -144,6 +144,7 @@ Bumped Python version to 3.6 on Linux, thank you @itouch5000
#### [2.8] - Upcoming
- Updated OpenSSL 1.1.1p -> 1.1.1q
- Updated Pyinstaler 5.2.0 -> 5.3.0
- Updated Python 3.10.5 -> 3.10.6

## License