Skip to content

Commit a7ef001

Browse files
committed
Upgrade MusicBrainz Server to v2023-10-24-hotfix
1 parent c7ba7ec commit a7ef001

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ If you use [UFW](https://help.ubuntu.com/community/UFW) to manage your firewall:
8787

8888
## Components version
8989

90-
* Current MB Branch: [v-2023-10-02](build/musicbrainz/Dockerfile#L53)
90+
* Current MB Branch: [v-2023-10-24-hotfix](build/musicbrainz/Dockerfile#L53)
9191
* Current DB_SCHEMA_SEQUENCE: [28](build/musicbrainz/Dockerfile#L129)
9292
* Postgres Version: [12](docker-compose.yml)
9393
(can be changed by setting the environment variable `POSTGRES_VERSION`)

Diff for: build/musicbrainz/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN mkdir -p /usr/local/share/keyrings && \
5050
zlib1g-dev \
5151
&& rm -rf /var/lib/apt/lists/*
5252

53-
ARG MUSICBRAINZ_SERVER_VERSION=v-2023-10-02
53+
ARG MUSICBRAINZ_SERVER_VERSION=v-2023-10-24-hotfix
5454
LABEL org.metabrainz.musicbrainz-server.version="${MUSICBRAINZ_SERVER_VERSION}"
5555
RUN git clone --depth=1 --branch $MUSICBRAINZ_SERVER_VERSION https://github.com/metabrainz/musicbrainz-server.git musicbrainz-server
5656

0 commit comments

Comments
 (0)