Skip to content

Commit

Permalink
Upgrade MusicBrainz Server to v-2021-02-01
Browse files Browse the repository at this point in the history
  • Loading branch information
yvanzo committed Feb 1, 2021
1 parent 985b7ab commit 83da2d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ If you use [UFW](https://help.ubuntu.com/community/UFW) to manage your firewall:

## Components version

* Current MB Branch: [v-2021-01-11](build/musicbrainz/Dockerfile#L50)
* Current MB Branch: [v-2021-02-01](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`)
Expand Down
2 changes: 1 addition & 1 deletion build/musicbrainz/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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-2021-01-11
ARG MUSICBRAINZ_SERVER_VERSION=v-2021-02-01
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

Expand Down

0 comments on commit 83da2d3

Please sign in to comment.