Skip to content

Commit

Permalink
Upgrade MusicBrainz Server to v-2024-07-11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yvanzo committed Jul 11, 2024
1 parent 5a31b7c commit 15da0c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-06-24](build/musicbrainz/Dockerfile#L88)
* Current MB Branch: [v-2024-07-11.0](build/musicbrainz/Dockerfile#L88)
* Current DB_SCHEMA_SEQUENCE: [29](build/musicbrainz/Dockerfile#L125)
* Postgres Version: [16](docker-compose.yml)
(can be changed by setting the environment variable `POSTGRES_VERSION`)
Expand Down
2 changes: 1 addition & 1 deletion build/musicbrainz-prebuilt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ARG MUSICBRAINZ_SERVER_VERSION=v-2024-06-24
ARG MUSICBRAINZ_SERVER_VERSION=v-2024-07-11.0
ARG MUSICBRAINZ_BUILD_SEQUENCE=0
FROM metabrainz/musicbrainz-docker-musicbrainz:${MUSICBRAINZ_SERVER_VERSION}-build${MUSICBRAINZ_BUILD_SEQUENCE}
2 changes: 1 addition & 1 deletion build/musicbrainz/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.asc] https://deb.nodesourc
apt-get purge --auto-remove -y \
build-essential

ARG MUSICBRAINZ_SERVER_VERSION=v-2024-06-24
ARG MUSICBRAINZ_SERVER_VERSION=v-2024-07-11.0
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 15da0c2

Please sign in to comment.