Commit 710ecbf6 authored by Fedor Batonogov's avatar Fedor Batonogov
Browse files

Updated Pyintaller 5.3.0 -> 5.5.0

parent 8f6dc744
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.7
ARG PYINSTALLER_VERSION=5.4.1
ARG PYINSTALLER_VERSION=5.5.0
ARG OPENSSL_VERSION=3.0.4

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.7
ARG PYINSTALLER_VERSION=5.4.1
ARG PYINSTALLER_VERSION=5.5.0

# we need wine for this all to work, so we'll use the PPA
RUN set -x \
+3 −3
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@

Current PyInstaller version used:

- 5.4.1 for Python 3.10.7
- 5.5.0 for Python 3.10.7

## Tags

@@ -55,7 +55,7 @@ will generate a `spec` file for `your-script.py` in your current working directo

##### How do I change the PyInstaller version used?

Add `pyinstaller=5.2.0` to your `requirements.txt`.
Add `pyinstaller=5.4.1` to your `requirements.txt`.

##### Is it possible to use a package mirror?

@@ -77,7 +77,7 @@ None
- Optimized Dockerfiles
- Updated OpenSSL 1.1.1q -> 3.0.4
- Updated Python 3.10.6 -> 3.10.7
- Updated Pyintaller 5.3.0 -> 5.4.1
- Updated Pyintaller 5.3.0 -> 5.5.0

#### [2.8] - 2022-08-11