Update instructions
If your checked out version of musicbrainz-docker
is either v-2021-11-15
(which this release is based on) or the latest v-2021-11-29
, then update search
service only by running:
git fetch --tags origin && \
git checkout v-2021-12-12 && \
sudo docker-compose up -d search
Otherwise, assuming your checked out version of musicbrainz-docker
is v-2021-05-19
or later, then just run:
git fetch --tags origin && \
git checkout v-2021-12-12 && \
sudo docker-compose up --build -d
Only change
- Mitigate the vulnerability CVE-2021-44228 for local search. (If your setup uses remote search, it isn’t affected.)