Skip to content

Commit abb9901

Browse files
Pyinstaller 6.17.0 (#186)
Co-authored-by: Fedor Batonogov <f.batonogov@yandex.ru>
1 parent 2542c30 commit abb9901

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile-py3-linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-i", "-c"]
77
LABEL maintainer="f.batonogov@yandex.ru"
88

99
# Define the PyInstaller version and necessary environment variables
10-
ARG PYINSTALLER_VERSION=6.16.0
10+
ARG PYINSTALLER_VERSION=6.17.0
1111
ENV PYPI_URL=https://pypi.python.org/
1212
ENV PYPI_INDEX_URL=https://pypi.python.org/simple
1313
ENV PYTHONUNBUFFERED=1

Dockerfile-py3-linux-slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-i", "-c"]
77
LABEL maintainer="f.batonogov@yandex.ru"
88

99
# Define PyInstaller version as an argument
10-
ARG PYINSTALLER_VERSION=6.16.0
10+
ARG PYINSTALLER_VERSION=6.17.0
1111

1212
# Configure Python Package Index URLs for pip
1313
ENV PYPI_URL=https://pypi.python.org/

Dockerfile-py3-osx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SHELL ["/bin/bash", "-i", "-c"]
33

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

6-
ARG PYINSTALLER_VERSION=6.16.0
6+
ARG PYINSTALLER_VERSION=6.17.0
77

88
ENV PYPI_URL=https://pypi.python.org/
99
ENV PYPI_INDEX_URL=https://pypi.python.org/simple

Dockerfile-py3-windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND=noninteractive
77
ARG WINE_VERSION=winehq-devel
88

99
ARG PYTHON_VERSION=3.13.9
10-
ARG PYINSTALLER_VERSION=6.16.0
10+
ARG PYINSTALLER_VERSION=6.17.0
1111

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

0 commit comments

Comments
 (0)