diff --git a/birdnet-pi/Dockerfile b/birdnet-pi/Dockerfile index 0350bb3b7..a44d30063 100644 --- a/birdnet-pi/Dockerfile +++ b/birdnet-pi/Dockerfile @@ -50,6 +50,7 @@ RUN \ echo "$USER ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \ mkdir -p /home/"$USER"/.config/matplotlib && \ chown -R "$USER":"$USER" /home/"$USER" && \ + git config --global --add safe.directory '*' && \ \ # Download installer curl -f -L -s -S "https://raw.githubusercontent.com/Nachtzuster/BirdNET-Pi/main/newinstaller.sh" -o /newinstaller.sh && \ diff --git a/birdnet-pi/config.json b/birdnet-pi/config.json index 2693fd593..b6038804f 100644 --- a/birdnet-pi/config.json +++ b/birdnet-pi/config.json @@ -91,7 +91,7 @@ "slug": "birdnet-pi", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pi", "usb": true, - "version": "0.13-2", + "version": "0.13-3", "video": true, "webui": "http://[HOST]:[PORT:80]" }