File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ If you use [UFW](https://help.ubuntu.com/community/UFW) to manage your firewall:
8585
8686## Components version
8787
88- * Current MB Branch: [ v-2025-10-13 .0] ( build/musicbrainz/Dockerfile#L98 )
88+ * Current MB Branch: [ v-2025-11-03 .0] ( build/musicbrainz/Dockerfile#L98 )
8989* Current DB_SCHEMA_SEQUENCE: [ 30] ( build/musicbrainz/Dockerfile#L134 )
9090* Postgres Version: [ 16] ( docker-compose.yml )
9191 (can be changed by setting the environment variable ` POSTGRES_VERSION ` )
Original file line number Diff line number Diff line change 1- ARG MUSICBRAINZ_SERVER_VERSION=v-2025-10-13 .0
1+ ARG MUSICBRAINZ_SERVER_VERSION=v-2025-11-03 .0
22ARG MUSICBRAINZ_BUILD_SEQUENCE=1
33FROM metabrainz/musicbrainz-docker-musicbrainz:${MUSICBRAINZ_SERVER_VERSION}-build${MUSICBRAINZ_BUILD_SEQUENCE}
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.asc] https://deb.nodesourc
9797 apt-get purge --auto-remove -y \
9898 build-essential
9999
100- ARG MUSICBRAINZ_SERVER_VERSION=v-2025-10-13 .0
100+ ARG MUSICBRAINZ_SERVER_VERSION=v-2025-11-03 .0
101101LABEL org.metabrainz.musicbrainz-server.version="${MUSICBRAINZ_SERVER_VERSION}"
102102RUN git clone --depth=1 --branch $MUSICBRAINZ_SERVER_VERSION https://github.com/metabrainz/musicbrainz-server.git musicbrainz-server
103103
You can’t perform that action at this time.
0 commit comments