That’s exactly what it does. Pinning is not really necessary, it’s just a precautionary step. Once there’s a fix, you should unpin the version and allow updates again:
prompt: sudo apt-mark unhold docker-ce
That’s exactly what it does. Pinning is not really necessary, it’s just a precautionary step. Once there’s a fix, you should unpin the version and allow updates again:
prompt: sudo apt-mark unhold docker-ce
For Debian Bookworm the new version 25.0.1-1 released yesterday seems to work for me on rpi5.
docker-ce (5:25.0.1-1~debian.12~bookworm) bookworm; urgency=low
* Version: 25.0.1
-- Docker <[email protected]> Tue, 23 Jan 2024 23:09:35 +0000
So as written above you can run the command below to unhold and the run the normal update.
sudo apt-mark unhold docker-ce