-
Notifications
You must be signed in to change notification settings - Fork 291
Closed
Description
Desired behavior
Upgrading to python 3.10 isn't a huge leap and helps keep us up-to-date, and hopefully causes less developer frustrations than a jump to 3.11 or 3.12. Updating our production docker image to python:3.10-slim-bookworm should be straightforward
Current behavior
Currently, we're using python 3.9 and python:3.9-slim-buster docker image
Value add
Google Cloud Build's security insights and vulnerability scanner shows many OS level issues, and many of those are resolved by a distro upgrade to bookworm
Tasks
- Update github workflows to 3.10 and verify tests pass
- Update documentation
- Update
.python-version - Update Dockerfiles
Reactions are currently unavailable