Hi guys, I just registered to this community as I have a request.
I really don’t want to come over mean or anything, but could you guys update sqlite3 to its very latest version and maybe do this in the future automatically or at least semi-automatically?
I run my docker images on your docker python:3-alpine image. And when I check it, I still have the sqlite3 version 3.38.5. This is by no means old… but for a dockerized installation also not the very newest if you get what I mean.
When I develop something I would love to be able to start with the very brand newest versions, so that when I finish it is not old already.
I would really appreciate if you guys could:
- update the dependencies way more often
- provide a special tag for these brand new images which are coming with everything on its newest version
- If you alternatively could provide a tutorial, what the recommended way is to update it on our own, so you don’t have to do it, but instead I can run that command/script in my
Dockerfile.
Much love and I really appreciate your work!
Thanks in advance!