aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-30 16:15:55 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-30 16:15:55 +0300
commitd18e94444e4bd8508ae88a9845565f4f430b9e86 (patch)
treee31001c8ec4fec8467d5c0edb2e85f8eff3cef1a
parentDockerfile: best practices (diff)
downloadfr24feed-d18e94444e4bd8508ae88a9845565f4f430b9e86.tar.gz
fr24feed-d18e94444e4bd8508ae88a9845565f4f430b9e86.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 e86d481..19cbf9a 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 2020-12-13.
+# as of 2021-03-30.
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.26-9
+ENV fr24feed_version=1.0.27-2
ENV fr24feed_archive_suffix=armhf
ARG TARGETARCH