Skip to content

Commit

Permalink
Pyinstaller 6.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
batonogov committed Feb 10, 2025
1 parent 9a5215b commit 5ab8100
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-py3-linux
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-i", "-c"]
LABEL maintainer="[email protected]"

# Define the PyInstaller version and necessary environment variables
ARG PYINSTALLER_VERSION=6.11.1
ARG PYINSTALLER_VERSION=6.12.0
ENV PYPI_URL=https://pypi.python.org/
ENV PYPI_INDEX_URL=https://pypi.python.org/simple
ENV PYTHONUNBUFFERED=1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-py3-linux-slim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-i", "-c"]
LABEL maintainer="[email protected]"

# Define PyInstaller version as an argument
ARG PYINSTALLER_VERSION=6.11.1
ARG PYINSTALLER_VERSION=6.12.0

# Configure Python Package Index URLs for pip
ENV PYPI_URL=https://pypi.python.org/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-py3-osx
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=6.11.1
ARG PYINSTALLER_VERSION=6.12.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 @@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND=noninteractive
ARG WINE_VERSION=winehq-devel

ARG PYTHON_VERSION=3.13.2
ARG PYINSTALLER_VERSION=6.11.1
ARG PYINSTALLER_VERSION=6.12.0

# we need wine for this all to work, so we'll use the PPA
RUN set -x \
Expand Down

0 comments on commit 5ab8100

Please sign in to comment.