diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-30 16:23:33 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-30 16:23:33 +0200 |
commit | 128a8b0b334143608188c825519ed167a142931a (patch) | |
tree | 0251168d717924c5bf4325d4b9f82d76324a7363 | |
parent | fr24feed: reword comments in Dockerfile (diff) | |
download | fr24feed-128a8b0b334143608188c825519ed167a142931a.tar.gz fr24feed-128a8b0b334143608188c825519ed167a142931a.zip |
fr24feed: Debian Stretch no longer works
-rw-r--r-- | fr24feed/Dockerfile | 2 |
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.). |