build 5.8.23

This commit is contained in:
Tommi2Day
2018-07-01 13:59:23 +02:00
parent f376a39ded
commit 1fbe4c2ba1

View File

@@ -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}