aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-05-30 16:23:33 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-05-30 16:23:33 +0200
commit128a8b0b334143608188c825519ed167a142931a (patch)
tree0251168d717924c5bf4325d4b9f82d76324a7363
parentfr24feed: reword comments in Dockerfile (diff)
downloadfr24feed-128a8b0b334143608188c825519ed167a142931a.tar.gz
fr24feed-128a8b0b334143608188c825519ed167a142931a.zip
fr24feed: Debian Stretch no longer works
-rw-r--r--fr24feed/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fr24feed/Dockerfile b/fr24feed/Dockerfile
index 64d1b65..ecf8140 100644
--- a/fr24feed/Dockerfile
+++ b/fr24feed/Dockerfile
@@ -1,6 +1,6 @@
# Alpine is a bit too extreme (it doesn't have /etc/localtime, no support for
# hostname -I, etc.).
-FROM debian:stretch-slim AS base
+FROM debian:bullseye-slim AS base
# Those are weird hacks, but the alternative (using the Flightradar24 apt
# repository) was unsuitable (no systemctl in the container, etc.).