From a221a645479bec557d09420f62b5450f6e17bf2a Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Fri, 24 Mar 2017 21:27:12 +0100 Subject: [PATCH] update libresonic to 6.2.beta2 --- libresonic/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libresonic/Dockerfile b/libresonic/Dockerfile index ad8bbf1..235b529 100644 --- a/libresonic/Dockerfile +++ b/libresonic/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:edge -ARG VERSION=6.2.beta1 +ARG VERSION=6.2.beta2 ENV UID=991 GID=991