Unverified Commit b23cf4b5 authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub
Browse files

Pyinstaller 6.7.0 (#88)

parent 5ea474ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ SHELL ["/bin/bash", "-i", "-c"]

LABEL maintainer="f.batonogov@yandex.ru"

ARG PYINSTALLER_VERSION=6.6.0
ARG PYINSTALLER_VERSION=6.7.0

ENV PYPI_URL=https://pypi.python.org/
ENV PYPI_INDEX_URL=https://pypi.python.org/simple
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ SHELL ["/bin/bash", "-i", "-c"]

LABEL maintainer="f.batonogov@yandex.ru"

ARG PYINSTALLER_VERSION=6.6.0
ARG PYINSTALLER_VERSION=6.7.0

ENV PYPI_URL=https://pypi.python.org/
ENV PYPI_INDEX_URL=https://pypi.python.org/simple
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ SHELL ["/bin/bash", "-i", "-c"]

LABEL maintainer="f.batonogov@yandex.ru"

ARG PYINSTALLER_VERSION=6.6.0
ARG PYINSTALLER_VERSION=6.7.0

ENV PYPI_URL=https://pypi.python.org/
ENV PYPI_INDEX_URL=https://pypi.python.org/simple
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND noninteractive

ARG WINE_VERSION=winehq-devel
ARG PYTHON_VERSION=3.12.3
ARG PYINSTALLER_VERSION=6.6.0
ARG PYINSTALLER_VERSION=6.7.0

# we need wine for this all to work, so we'll use the PPA
RUN set -x \
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,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==6.5.0` to your `requirements.txt`.
Add `pyinstaller==6.6.0` to your `requirements.txt`.

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