Merge pull request #45 from GaNiziolek/python3-10-pyinstaller-5-13

Upgrade pyinstaller 5.3 -> 5.13
This commit is contained in:
Jack McKew 2024-03-19 16:08:30 +10:00 committed by GitHub
commit 1db992099e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND noninteractive
ARG WINE_VERSION=winehq-staging
ARG PYTHON_VERSION=3.10.1
ARG PYINSTALLER_VERSION=5.3
ARG PYINSTALLER_VERSION=5.13
# we need wine for this all to work, so we'll use the PPA
RUN set -x \