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

Pyinstaller 6.14.2 (#161)

parent e56d19bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-i", "-c"]
LABEL maintainer="f.batonogov@yandex.ru"

# Define the PyInstaller version and necessary environment variables
ARG PYINSTALLER_VERSION=6.14.1
ARG PYINSTALLER_VERSION=6.14.2
ENV PYPI_URL=https://pypi.python.org/
ENV PYPI_INDEX_URL=https://pypi.python.org/simple
ENV PYTHONUNBUFFERED=1
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-i", "-c"]
LABEL maintainer="f.batonogov@yandex.ru"

# Define PyInstaller version as an argument
ARG PYINSTALLER_VERSION=6.14.1
ARG PYINSTALLER_VERSION=6.14.2

# Configure Python Package Index URLs for pip
ENV PYPI_URL=https://pypi.python.org/
+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.14.1
ARG PYINSTALLER_VERSION=6.14.2

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
@@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND=noninteractive
ARG WINE_VERSION=winehq-devel

ARG PYTHON_VERSION=3.13.5
ARG PYINSTALLER_VERSION=6.14.1
ARG PYINSTALLER_VERSION=6.14.2

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