Updating the base docker os for PyPi #614
-
|
Hi, I saw that last week Pypi updated the docker image to Alpine 3.20 and python 3.10 (the Commit) I was wondering on how to use that. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hello @Togtja, thank you for raising this question 👍
That's indeed the case! Right now, the latest successful untagged commit on the Of course I understand that in some contexts using |
Beta Was this translation helpful? Give feedback.
Hello @Togtja, thank you for raising this question 👍
That's indeed the case! Right now, the latest successful untagged commit on the
mainbranch gets built and published aspypiserver/pypiserver:unstable. So if you would like, you could start using it directly.Of course I understand that in some contexts using
unstableis not an option, so I am aiming to make a small release in the near future. I think it will be a path release2.2.1unless I'll include any new functionality. I think I'll make it before Christmas.