diff options
| author | 2020-08-29 15:54:58 +0200 | |
|---|---|---|
| committer | 2020-08-29 15:54:58 +0200 | |
| commit | b6b6a6de1d7fb0495a26251e0cac3ada38ea29fb (patch) | |
| tree | 85c8416e8308f493c089e7039bd317b96269996b /Docker/Dockerfile-QEMU-ARM | |
| parent | 48345403df50860a342f53900599e75f5b5efb84 (diff) | |
Docker use Debian instead of Ubuntu (#3159)
#fix https://github.com/FreshRSS/FreshRSS/issues/3026
Ubuntu 19.10 has expired.
I still cannot get Ubuntu 20.04 to work on ARM (Raspberry Pi) https://github.com/FreshRSS/FreshRSS/pull/2943
Move to Debian 10 Buster instead of our current Ubuntu 19.10 (which was based on Debian 10 Buster).
Diffstat (limited to 'Docker/Dockerfile-QEMU-ARM')
| -rw-r--r-- | Docker/Dockerfile-QEMU-ARM | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docker/Dockerfile-QEMU-ARM b/Docker/Dockerfile-QEMU-ARM index 30b1e205b..42b20393a 100644 --- a/Docker/Dockerfile-QEMU-ARM +++ b/Docker/Dockerfile-QEMU-ARM @@ -1,7 +1,7 @@ # Only relevant for Docker Hub or QEMU multi-architecture builds. # Prefer the normal `Dockerfile` if you are building manually on the targeted architecture. -FROM arm32v7/ubuntu:19.10 +FROM arm32v7/debian:10-slim # Requires ./hooks/* COPY ./Docker/qemu-arm-* /usr/bin/ |
