From d6759145bcbe1e26b6c0a8c89eede0ee649181f8 Mon Sep 17 00:00:00 2001 From: Fedor Batonogov Date: Sat, 30 Sep 2023 12:10:24 +0300 Subject: [PATCH] Pyinstaller 6.0.0 (#32) * PyInstaller 5.13.2 -> 6.0.0 --- Dockerfile-py3-linux | 2 +- Dockerfile-py3-windows | 2 +- README.md | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Dockerfile-py3-linux b/Dockerfile-py3-linux index be40f81..fe81894 100644 --- a/Dockerfile-py3-linux +++ b/Dockerfile-py3-linux @@ -3,7 +3,7 @@ SHELL ["/bin/bash", "-i", "-c"] LABEL maintainer="f.batonogov@yandex.ru" -ARG PYINSTALLER_VERSION=5.13.2 +ARG PYINSTALLER_VERSION=6.0.0 ENV PYPI_URL=https://pypi.python.org/ ENV PYPI_INDEX_URL=https://pypi.python.org/simple diff --git a/Dockerfile-py3-windows b/Dockerfile-py3-windows index d07ff6b..faffdbd 100644 --- a/Dockerfile-py3-windows +++ b/Dockerfile-py3-windows @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND noninteractive ARG WINE_VERSION=winehq-stable ARG PYTHON_VERSION=3.11.5 -ARG PYINSTALLER_VERSION=5.13.2 +ARG PYINSTALLER_VERSION=6.0.0 # we need wine for this all to work, so we'll use the PPA RUN set -x \ diff --git a/README.md b/README.md index 7c837d2..dcc1927 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ | TAG | Python version | Pyinstaller version | | ---------------------- | -------------- | ------------------- | -| `:latest`/`:3.1.6` | 3.11.5 | 5.13.2 | +| `:latest`/`:3.2.0` | 3.11.5 | 6.0.0 | +| `:3.1.6` | 3.11.5 | 5.13.2 | | `:3.1.5` | 3.11.5 | 5.13.1 | | `:3.1.4` | 3.11.4 | 5.13.0 | | `:3.1.3` | 3.11.4 | 5.12.0 |