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 #!/bin/bash
VERSION=5.6.22 VERSION=5.8.23
#REPO=unifi-5.5 REPO=unifi-5.8
REPO=stable #REPO=stable
VMNAME=${1:-unifi5} VMNAME=${1:-unifi5}
if [ -r Dockerfile.$VMNAME ]; then if [ -r Dockerfile.$VMNAME ]; then
DOCKER_USER=${DOCKER_USER:-tommi2day} DOCKER_USER=${DOCKER_USER:-tommi2day}