-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0f41f25
commit 380345b
Showing
1 changed file
with
1 addition
and
1 deletion.
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
380345b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not really pinning a version of Python3 but rather the debian version (os).
If people install this within different timelines and there is a new version of Python 3.7.xx they will get different versions.
If you want to really pin it maybe try to specify the version? like
3.7.11-slim-buster
380345b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good feedback. @kravets-levko can you take a look?
380345b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fix does exactly what it should. We needed to pin not the Python version, but its Docker image tag to use specific base Debian image. Maybe the explanation wasn't clear enough, so my apologies - I wanted to get it working ASAP 😄