From 1fbe4c2ba1e2fcfe9f9bcbb0b5ac6e7a31b30f1c Mon Sep 17 00:00:00 2001 From: Tommi2Day Date: Sun, 1 Jul 2018 13:59:23 +0200 Subject: [PATCH] build 5.8.23 --- build_unifi.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build_unifi.sh b/build_unifi.sh index 94d9336..c7fd7bb 100644 --- a/build_unifi.sh +++ b/build_unifi.sh @@ -1,7 +1,7 @@ #!/bin/bash -VERSION=5.6.22 -#REPO=unifi-5.5 -REPO=stable +VERSION=5.8.23 +REPO=unifi-5.8 +#REPO=stable VMNAME=${1:-unifi5} if [ -r Dockerfile.$VMNAME ]; then DOCKER_USER=${DOCKER_USER:-tommi2day}