Skip to content

Commit

Permalink
Release 3.1.2 (#20)
Browse files Browse the repository at this point in the history
Updated Pyintaller 5.11.0 -> 5.12.0
Updated Python 3.11.3 -> 3.11.4
  • Loading branch information
batonogov authored Jun 14, 2023
1 parent 4e7ebfa commit 3b87be8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-py3-linux
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM python:3.11.3
FROM python:3.11.4
SHELL ["/bin/bash", "-i", "-c"]

LABEL maintainer="[email protected]"

ARG PYINSTALLER_VERSION=5.11.0
ARG PYINSTALLER_VERSION=5.12.0

ENV PYPI_URL=https://pypi.python.org/
ENV PYPI_INDEX_URL=https://pypi.python.org/simple
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-py3-windows
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ LABEL maintainer="[email protected]"
ENV DEBIAN_FRONTEND noninteractive

ARG WINE_VERSION=winehq-stable
ARG PYTHON_VERSION=3.11.3
ARG PYINSTALLER_VERSION=5.11.0
ARG PYTHON_VERSION=3.11.4
ARG PYINSTALLER_VERSION=5.12.0

# we need wine for this all to work, so we'll use the PPA
RUN set -x \
Expand Down
5 changes: 3 additions & 2 deletions 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.1` | 3.11.3 | 5.11.0 |
| `:latest`/`:3.1.2` | 3.11.4 | 5.12.0 |
| `:3.1.1` | 3.11.3 | 5.11.0 |
| `:3.1.0` | 3.11.3 | 5.9.0 |
| `:python-3.11`/`:3.0.2`| 3.11.2 | 5.8.0 |
| `:3.0.1` | 3.11.1 | 5.7.0 |
Expand Down Expand Up @@ -56,7 +57,7 @@ will generate a `spec` file for `your-script.py` in your current working directo

### How do I change the PyInstaller version used?

Add `pyinstaller==5.8.0` to your `requirements.txt`.
Add `pyinstaller==5.11.0` to your `requirements.txt`.

### Is it possible to use a package mirror?

Expand Down

0 comments on commit 3b87be8

Please sign in to comment.