mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
[adsb-multi-portal-feeder] Update to 1.27.1.1
This commit is contained in:
@@ -14,8 +14,8 @@ RUN apt-get update && apt-get install -y curl jq && mkdir /tmp/bashio \
|
||||
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio
|
||||
|
||||
# Add hassio sensors - thx to https://github.com/plo53
|
||||
ARG version=1.0.1
|
||||
ARG sha256sum=40636f3dae484a82485f7c08cbc1f4a413e2ccf3c8b7c3a1e67651974645067d
|
||||
ARG version=1.1.1
|
||||
ARG sha256sum=267c465e192a44734345932dc8856cc9b82c9023ea59ea8f616d3340e8dc3006
|
||||
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 /
|
||||
|
||||
Reference in New Issue
Block a user