aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-05-10 19:17:30 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-05-10 19:17:30 +0300
commit74b306c9441fc6eab14b2e510ed08a3005616bfd (patch)
tree32f9e08280117cbfbe9735dae3b51d8b72f25c38
parentfr24feed: cleaner Docker builds (diff)
downloadfr24feed-74b306c9441fc6eab14b2e510ed08a3005616bfd.tar.gz
fr24feed-74b306c9441fc6eab14b2e510ed08a3005616bfd.zip
fr24feed: bump to 1.0.25.3-1 for ARM
-rw-r--r--fr24feed/Dockerfile10
1 files changed, 7 insertions, 3 deletions
diff --git a/fr24feed/Dockerfile b/fr24feed/Dockerfile
index 194e081..b9c8c33 100644
--- a/fr24feed/Dockerfile
+++ b/fr24feed/Dockerfile
@@ -6,8 +6,12 @@ FROM debian:stretch-slim AS base
# unsuitable (no systemctl, etc.).
# Using BuildKit is required for this to work (it exposes TARGETARCH).
-# The latest versions of the fr24feed binary for i386/x86_64/armhf as of
-# 2020-03-27, according to https://www.flightradar24.com/share-your-data.
+# The latest versions of the fr24feed binary for i386/x86_64/armhf according
+# to:
+
+# https://www.flightradar24.com/share-your-data
+#
+# as of 2020-05-10.
FROM base AS env-386
ENV fr24feed_directory=linux_x86_binaries
ENV fr24feed_version=1.0.24-5
@@ -20,7 +24,7 @@ ENV fr24feed_archive_suffix=amd64
FROM base AS env-arm
ENV fr24feed_directory=rpi_binaries
-ENV fr24feed_version=1.0.25-1
+ENV fr24feed_version=1.0.25-3
ENV fr24feed_archive_suffix=armhf
ARG TARGETARCH