aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-04-27 23:07:17 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-04-27 23:07:17 +0200
commit36fb35e0f98ff59d8775816f4569df5f838eb83f (patch)
treefd1890621b4477963f5e8b98e1135d9d3bbad601
parentdump1090: merge config.js from upstream (diff)
downloadfr24feed-36fb35e0f98ff59d8775816f4569df5f838eb83f.tar.gz
fr24feed-36fb35e0f98ff59d8775816f4569df5f838eb83f.zip
fr24feed: bump versions
-rw-r--r--fr24feed/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fr24feed/Dockerfile b/fr24feed/Dockerfile
index e92ac82..4e27e36 100644
--- a/fr24feed/Dockerfile
+++ b/fr24feed/Dockerfile
@@ -10,7 +10,7 @@ FROM debian:stretch-slim AS base
# to:
# https://www.flightradar24.com/share-your-data
#
-# as of 2021-07-29.
+# as of 2022-04-27.
FROM base AS env-386
ENV fr24feed_directory=linux_x86_binaries
ENV fr24feed_version=1.0.25-3
@@ -23,7 +23,7 @@ ENV fr24feed_archive_suffix=amd64
FROM base AS env-arm
ENV fr24feed_directory=rpi_binaries
-ENV fr24feed_version=1.0.28-1
+ENV fr24feed_version=1.0.29-8
ENV fr24feed_archive_suffix=armhf
ARG TARGETARCH