Commit 1ecec337 authored by Fedor Batonogov's avatar Fedor Batonogov
Browse files

Update Pyinstaler

parent ca7ee732
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.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/
+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.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 \
+2 −2
Original line number Diff line number Diff line
@@ -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