File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ If you use [UFW](https://help.ubuntu.com/community/UFW) to manage your firewall:
87
87
88
88
## Components version
89
89
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 )
91
91
* Current DB_SCHEMA_SEQUENCE: [ 28] ( build/musicbrainz/Dockerfile#L129 )
92
92
* Postgres Version: [ 12] ( docker-compose.yml )
93
93
(can be changed by setting the environment variable ` POSTGRES_VERSION ` )
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ RUN mkdir -p /usr/local/share/keyrings && \
50
50
zlib1g-dev \
51
51
&& rm -rf /var/lib/apt/lists/*
52
52
53
- ARG MUSICBRAINZ_SERVER_VERSION=v-2023-10-02
53
+ ARG MUSICBRAINZ_SERVER_VERSION=v-2023-10-24-hotfix
54
54
LABEL org.metabrainz.musicbrainz-server.version="${MUSICBRAINZ_SERVER_VERSION}"
55
55
RUN git clone --depth=1 --branch $MUSICBRAINZ_SERVER_VERSION https://github.com/metabrainz/musicbrainz-server.git musicbrainz-server
56
56
You can’t perform that action at this time.
0 commit comments