You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the current time, we are using the apt package manager with a base image of debian:buster-slim. Granted, this isn't the latest version of debian, but I wish that they would keep python 3.7.x up-to-date with the latest patch releases.
It's likely a reasonable thing to assume our own responsibility for building and shipping the "correct" python version - in essence, trying to divorce our major components from the release cycles of upstream package managers. (The same argument can be made for java.)
The python version we get from debian since taking this approach to our images is down to 3.7.3, down from our previous 3.7.10 (latest is 3.7.13).
Ideally we should move back to 3.7.10 or something newer, and possibly track an upstream to ensure we stay up to date.
The text was updated successfully, but these errors were encountered: