Skip to content

Commit

Permalink
[adsb-multi-portal-feeder] Update thomx/fr24feed-piaware Docker tag t…
Browse files Browse the repository at this point in the history
…o v1.32.0 (#242)

* [adsb-multi-portal-feeder] Update thomx/fr24feed-piaware Docker tag to v1.32.0

* Adjustments along

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Max Winterstein <[email protected]>
  • Loading branch information
renovate[bot] and MaxWinterstein authored Mar 6, 2024
1 parent fbd5240 commit 2df9878
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions adsb-multi-portal-feeder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.32.0] - 2023-10-30

- Update `thomx/fr24feed-piaware` to `1.32.0` see [their release notes](https://github.com/Thom-x/docker-fr24feed-piaware-dump1090/releases/tag/1.32.0) for more

## [1.30.0] - 2023-10-30

- Update `thomx/fr24feed-piaware` to `1.30.0` see [their release notes](https://github.com/Thom-x/docker-fr24feed-piaware-dump1090/releases/tag/1.30.0) for more
Expand Down
2 changes: 1 addition & 1 deletion adsb-multi-portal-feeder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=thomx/fr24feed-piaware:1.30.0
ARG BUILD_FROM=thomx/fr24feed-piaware:1.32.0
FROM $BUILD_FROM

ENV TZ=UTC
Expand Down
6 changes: 3 additions & 3 deletions adsb-multi-portal-feeder/build.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build_from": {
"armv7": "thomx/fr24feed-piaware:1.30.0",
"aarch64": "thomx/fr24feed-piaware:1.30.0",
"amd64": "thomx/fr24feed-piaware:1.30.0"
"armv7": "thomx/fr24feed-piaware:1.32.0",
"aarch64": "thomx/fr24feed-piaware:1.32.0",
"amd64": "thomx/fr24feed-piaware:1.32.0"
}
}
2 changes: 1 addition & 1 deletion adsb-multi-portal-feeder/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ slug: adsb-multi-portal-feeder
url: https://github.com/MaxWinterstein/homeassistant-addons/
image: ghcr.io/maxwinterstein/homeassistant-adsb-multi-portal-feeder-{arch}
usb: true
version: 1.30.0
version: 1.32.0
arch:
- armv7
- aarch64
Expand Down

0 comments on commit 2df9878

Please sign in to comment.