Skip to content

Commit

Permalink
Pyinstaller 6.0.0 (#32)
Browse files Browse the repository at this point in the history
* PyInstaller 5.13.2 -> 6.0.0
  • Loading branch information
batonogov authored Sep 30, 2023
1 parent b353cba commit d675914
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-py3-linux
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SHELL ["/bin/bash", "-i", "-c"]

LABEL maintainer="[email protected]"

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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-py3-windows
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit d675914

Please sign in to comment.