github metabrainz/musicbrainz-docker v-2021-12-12

latest releases: v-2024-09-17.0, v-2024-09-02.0, v-2024-09-02...
2 years ago

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.)

Don't miss a new musicbrainz-docker release

NewReleases is sending notifications on new releases.