forked from vitabaks/autobase
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 fix(Dockerfile): replace hardcoded Python version with version spec…
…ified in .config/python_version.config (vitabaks#350) ✨ feat(Dockerfile): add .config/python_version.config file to specify Python version ✨ feat(Makefile): replace hardcoded Python version with version specified in .config/python_version.config The Dockerfile now uses the Python version specified in the .config/python_version.config file instead of a hardcoded version. This allows for easier version management and flexibility. The .config/python_version.config file is a new file that specifies the Python version to be used. The Makefile has also been updated to use the Python version specified in the .config/python_version.config file.
- Loading branch information
1 parent
1d4d392
commit 6529b92
Showing
3 changed files
with
10 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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
PYTHON_VERSION=3.10 |
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