From a66aca323ab68ddb70781bb60afe004c4635f76b Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 7 Jun 2021 14:59:23 +0200 Subject: [PATCH] Update Bashio 0.13.1 (#138) --- alpine/build.json | 2 +- debian/build.json | 2 +- raspbian/build.json | 2 +- ubuntu/build.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/alpine/build.json b/alpine/build.json index 982a6f5..fac61bf 100644 --- a/alpine/build.json +++ b/alpine/build.json @@ -9,7 +9,7 @@ "i386": "i386/alpine:" }, "args": { - "BASHIO_VERSION": "0.13.0", + "BASHIO_VERSION": "0.13.1", "TEMPIO_VERSION": "2021.05.0", "S6_OVERLAY_VERSION": "2.1.0.2", "JEMALLOC_VERSION": "5.2.1" diff --git a/debian/build.json b/debian/build.json index 2f6939d..32e6001 100644 --- a/debian/build.json +++ b/debian/build.json @@ -9,7 +9,7 @@ "i386": "i386/debian:" }, "args": { - "BASHIO_VERSION": "0.13.0", + "BASHIO_VERSION": "0.13.1", "TEMPIO_VERSION": "2021.05.0", "S6_OVERLAY_VERSION": "2.1.0.2" }, diff --git a/raspbian/build.json b/raspbian/build.json index 6aa659f..3b4a1c7 100644 --- a/raspbian/build.json +++ b/raspbian/build.json @@ -5,7 +5,7 @@ "armhf": "tianon/raspbian:" }, "args": { - "BASHIO_VERSION": "0.13.0", + "BASHIO_VERSION": "0.13.1", "TEMPIO_VERSION": "2021.05.0", "S6_OVERLAY_VERSION": "2.1.0.2" }, diff --git a/ubuntu/build.json b/ubuntu/build.json index 577bb31..896c38a 100644 --- a/ubuntu/build.json +++ b/ubuntu/build.json @@ -7,7 +7,7 @@ "amd64": "ubuntu:" }, "args": { - "BASHIO_VERSION": "0.13.0", + "BASHIO_VERSION": "0.13.1", "TEMPIO_VERSION": "2021.05.0", "S6_OVERLAY_VERSION": "2.1.0.2" },