From 99658de89c0bdc82d84c985b6ad87e3c34eaa119 Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Wed, 29 Jun 2022 20:09:15 +0200 Subject: [PATCH] Bump unicorn to v7.1.65 --- unicorn.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unicorn.yml b/unicorn.yml index 8bf561f..9045c85 100644 --- a/unicorn.yml +++ b/unicorn.yml @@ -13,7 +13,7 @@ - name: Setup the docker container for unifi-controller docker_container: name: unifi-controller - image: "jacobalberty/unifi:v6.5.55" + image: "jacobalberty/unifi:v7.1.65" state: started restart_policy: unless-stopped container_default_behavior: no_defaults