Commit 872a43ee authored by Fedor Batonogov's avatar Fedor Batonogov
Browse files

Updated Pyinstaler 5.1.0 -> 5.2.0

parent 00b55fad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ SHELL ["/bin/bash", "-i", "-c"]
LABEL maintainer="batonogov@icloud.com"

ARG PYTHON_VERSION=3.10.5
ARG PYINSTALLER_VERSION=5.1.0
ARG PYINSTALLER_VERSION=5.2.0
ARG OPENSSL_VERSION=1.1.1p

ENV PYPI_URL=https://pypi.python.org/
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND noninteractive

ARG WINE_VERSION=winehq-stable
ARG PYTHON_VERSION=3.10.5
ARG PYINSTALLER_VERSION=5.1.0
ARG PYINSTALLER_VERSION=5.2.0

# we need wine for this all to work, so we'll use the PPA
RUN set -x \
+1 −0
Original line number Diff line number Diff line
@@ -139,6 +139,7 @@ Bumped Python version to 3.6 on Linux, thank you @itouch5000
#### [2.7] - Upcoming
- Updated Python 3.10.4 -> 3.10.5
- Updated OpenSSL 1.1.1o -> 1.1.1p
- Updated Pyinstaler 5.1.0 -> 5.2.0

## License