From 82893269b5c42028853e6d05696cd13d876c3e07 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Fri, 5 May 2017 15:20:58 +0200 Subject: [PATCH] libresonic 6.2 --- libresonic/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libresonic/Dockerfile b/libresonic/Dockerfile index 2adc966..a288396 100644 --- a/libresonic/Dockerfile +++ b/libresonic/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.5 -ARG VERSION=6.2.beta4 +ARG VERSION=6.2 ENV UID=991 GID=991