forked from cdrx/docker-pyinstaller
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Fedor Batonogov <[email protected]>
- Loading branch information
1 parent
9a5215b
commit 54a5b9d
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters