Skip to content

Commit 0e5b5fd

Browse files
committed
Upgrade MusicBrainz Server to v-2025-11-03
1 parent a51e2cf commit 0e5b5fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
ARG MUSICBRAINZ_SERVER_VERSION=v-2025-10-13.0
1+
ARG MUSICBRAINZ_SERVER_VERSION=v-2025-11-03.0
22
ARG MUSICBRAINZ_BUILD_SEQUENCE=1
33
FROM metabrainz/musicbrainz-docker-musicbrainz:${MUSICBRAINZ_SERVER_VERSION}-build${MUSICBRAINZ_BUILD_SEQUENCE}

build/musicbrainz/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
101101
LABEL org.metabrainz.musicbrainz-server.version="${MUSICBRAINZ_SERVER_VERSION}"
102102
RUN git clone --depth=1 --branch $MUSICBRAINZ_SERVER_VERSION https://github.com/metabrainz/musicbrainz-server.git musicbrainz-server
103103

0 commit comments

Comments
 (0)