redbox
redbox copied to clipboard
Dev container docker is still on 20.10
The dev container is based on python:3.11-buster, and the features/docker-outside-of-docker is giving Docker CLI 20.10. This means things like profiles don't work.
This is caused by the Debian version. Updating buster to bookworm should solve, and give the latest Docker CLI -- currently 26.1 for me.
Fixed by #759?