Commit ea75eaf6 authored by Fedor Batonogov's avatar Fedor Batonogov
Browse files

Updated Pyinstaler 5.2.0 -> 5.3.0

parent 1f379475
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.2.0
ARG PYINSTALLER_VERSION=5.3.0
ARG OPENSSL_VERSION=1.1.1q

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.2.0
ARG PYINSTALLER_VERSION=5.3.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
@@ -143,6 +143,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

## License