I augmented the update instructions to pull updates in /var/discourse in order to change the base image version, because in looking at Update base image for polkit vulnerability I realized not being explicit about this step might be misleading. I was previously thinking of it as one of those things that’s part of the baseline documentation. The launcher
script contains a specific reference to the base image version, and until you git pull
you will be building on top of an older base image, and not be running what has been tested. (Look for image=
near the top of the file.)
1 Like