Unverified Commit bc46066f authored by Fedor Batonogov's avatar Fedor Batonogov Committed by GitHub
Browse files

updated pyinstaller

parent 01583388
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.3.0
ARG PYINSTALLER_VERSION=5.4.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.7
ARG PYINSTALLER_VERSION=5.3.0
ARG PYINSTALLER_VERSION=5.4.0

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

Current PyInstaller version used:

- 5.3.0 for Python 3.10.7
- 5.4.0 for Python 3.10.7

## Tags

@@ -73,6 +73,7 @@ None
#### [2.9] - upcoming

- Updated Python 3.10.6 -> 3.10.7
- Updated Pyintaller 5.3.0 -> 5.4.0

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