From cc5a56ef0b6717eab4fb660e4fe512a406318553 Mon Sep 17 00:00:00 2001
From: Jan Grewe <jan@faked.org>
Date: Tue, 10 Sep 2019 14:29:34 +0200
Subject: [PATCH] update to v-2019-08-22

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 7eacb29..78b3dd0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -36,7 +36,7 @@ RUN apk add --no-cache \
   perl-dev \
   yarn
 
-ARG MB_VERSION="v-2019-06-03"
+ARG MB_VERSION="v-2019-08-22"
 
 RUN git clone --depth 1 --branch ${MB_VERSION} https://github.com/metabrainz/musicbrainz-server.git /opt/musicbrainz
 RUN cp /opt/musicbrainz/lib/DBDefs.pm.sample /opt/musicbrainz/lib/DBDefs.pm
-- 
GitLab