Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pyinstaller 5.13.1 -> 5.13.2 #29

Merged
merged 1 commit into from
Sep 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1
ARG PYINSTALLER_VERSION=5.13.2

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.1
ARG PYINSTALLER_VERSION=5.13.2

# we need wine for this all to work, so we'll use the PPA
RUN set -x \
Expand Down
4 changes: 3 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.5` | 3.11.5 | 5.13.1 |
| `:latest`/`: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 |
| `:3.1.1` | 3.11.3 | 5.11.0 |
Expand Down Expand Up @@ -68,6 +69,7 @@ Yes, by supplying the `PYPI_URL` and `PYPI_INDEX_URL` environment variables that
## Known Issues

[Outdated Microsoft C++ Build Tools](https://github.com/batonogov/docker-pyinstaller/issues/11)
[ntdll.so Path Missing](https://github.com/batonogov/docker-pyinstaller/issues/23)

## History

Expand Down