Manually update Discourse and Docker image to latest

So maybe it did do the upgrade but failed to restart docker. You can check with

docker --version

It turns out my laptop had an old docker and I ran the recommended commmand and did not have to reboot for it to work. Here’s what I get for the version:

$ docker --version
Docker version 26.1.4, build 5650f9b
1 Like