aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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.).