From f936c390b57c698eb84736dee798964c66a3324c Mon Sep 17 00:00:00 2001 From: yvanzo Date: Mon, 7 Sep 2020 20:33:59 +0200 Subject: [PATCH] Upgrade MusicBrainz Server to v-2020-09-07 --- README.md | 2 +- build/musicbrainz/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cd340f4..0f8816e9 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ If you use [UFW](https://help.ubuntu.com/community/UFW) to manage your firewall: ## Components version -* Current MB Branch: [v-2020-08-24](build/musicbrainz/Dockerfile#L50) +* Current MB Branch: [v-2020-09-07](build/musicbrainz/Dockerfile#L50) * Current DB_SCHEMA_SEQUENCE: [25](build/musicbrainz/DBDefs.pm#L112) * Postgres Version: [12](docker-compose.yml) (can be changed by setting the environment variable `POSTGRES_VERSION`) diff --git a/build/musicbrainz/Dockerfile b/build/musicbrainz/Dockerfile index 52ad1af0..00dca575 100644 --- a/build/musicbrainz/Dockerfile +++ b/build/musicbrainz/Dockerfile @@ -47,7 +47,7 @@ RUN curl -sSL --retry 5 https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt zlib1g-dev \ && rm -rf /var/lib/apt/lists/* -ARG MUSICBRAINZ_SERVER_VERSION=v-2020-08-24 +ARG MUSICBRAINZ_SERVER_VERSION=v-2020-09-07 LABEL org.metabrainz.musicbrainz-server.version="${MUSICBRAINZ_SERVER_VERSION}" RUN git clone --depth=1 --branch $MUSICBRAINZ_SERVER_VERSION https://github.com/metabrainz/musicbrainz-server.git musicbrainz-server