From 39f8808358775240e9ddb12bece7298e019b37d9 Mon Sep 17 00:00:00 2001 From: Hans Karlinius Date: Wed, 13 Nov 2024 03:34:33 +0100 Subject: [PATCH] test --- example/Dockerfile | 1 - example/config.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/example/Dockerfile b/example/Dockerfile index b718dd7..560e091 100644 --- a/example/Dockerfile +++ b/example/Dockerfile @@ -7,7 +7,6 @@ RUN \ curl -sSLf -o /usr/bin/vhclient \ "https://www.virtualhere.com/sites/default/files/usbclient/vhclientx86_64" RUN chmod a+x /usr/bin/vhclient -RUN touch /usr/bin/gurka # Execute during the build of the image ARG TEMPIO_VERSION BUILD_ARCH diff --git a/example/config.yaml b/example/config.yaml index f32e0ec..aa714de 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -1,6 +1,6 @@ # https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config name: Example add-on -version: "1.2.0" +version: "1.2.1" slug: example description: Example add-on url: "https://github.com/home-assistant/addons-example/tree/main/example"