diff --git a/README.md b/README.md index 09c65d9..894d185 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ If you use [UFW](https://help.ubuntu.com/community/UFW) to manage your firewall: ## Components version -* Current MB Branch: [v-2024-01-08](build/musicbrainz/Dockerfile#L54) +* Current MB Branch: [v-2024-02-16](build/musicbrainz/Dockerfile#L54) * Current DB_SCHEMA_SEQUENCE: [28](build/musicbrainz/Dockerfile#L85) * 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 993d697..a87ce90 100644 --- a/build/musicbrainz/Dockerfile +++ b/build/musicbrainz/Dockerfile @@ -51,7 +51,7 @@ RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.asc] https://deb.nodesourc # Install yarn from nodejs && corepack enable -ARG MUSICBRAINZ_SERVER_VERSION=v-2024-01-08 +ARG MUSICBRAINZ_SERVER_VERSION=v-2024-02-16 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