epicserve/django-base-site

Select latest stable Python version

Closed this issue · 3 comments

I would create a PR, but figured the end result would depend on your preference.

Locally, in my Dockerfile.web I changed python:3-buster to python:3.11-bookworm (in 2 places)

Reasoning:

  1. Latest "stable" release of debian is bookworm (buster is "oldoldstable")
  2. Selected Python version 3.11 instead of 3 to get the latest stable minor version. That seemed like a good idea. :)

@codyfletcher, your reasoning seems sound to me. If you want to create a PR, go for it!

I'm fine with using titank12.com](python:3.11-bookworm.

This has been merged in.