[adsb-multi-portal-feeder] Update adsb-hassio-sensors to 1.1.2-1

This commit is contained in:
Max Winterstein
2023-07-17 09:46:31 +02:00
committed by GitHub
parent 205749820a
commit 052e8c35f8
3 changed files with 8 additions and 4 deletions

View File

@@ -13,9 +13,9 @@ RUN apt-get update && apt-get install -y curl jq && mkdir /tmp/bashio \
&& mv /tmp/bashio/lib /usr/lib/bashio \
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio
# Add hassio sensors - thx to https://github.com/plo53
ARG version=1.1.1
ARG sha256sum=267c465e192a44734345932dc8856cc9b82c9023ea59ea8f616d3340e8dc3006
# add hassio sensors (thx https://github.com/plo53/adsb-hassio-sensors)
ARG version=1.1.2-1
ARG sha256sum=2b8e660c304448972779011c3f15e37ba659403508c632bb498bcb41aeb4f75b
ADD https://github.com/plo53/adsb-hassio-sensors/archive/refs/tags/${version}.tar.gz /tmp/
RUN echo "${sha256sum} /tmp/${version}.tar.gz" | sha256sum --check
RUN tar xvfz /tmp/${version}.tar.gz adsb-hassio-sensors-${version}/{etc,usr} --strip-components=1 -C /