From b6b6a6de1d7fb0495a26251e0cac3ada38ea29fb Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 29 Aug 2020 15:54:58 +0200 Subject: 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). --- Docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Docker/Dockerfile') diff --git a/Docker/Dockerfile b/Docker/Dockerfile index 6dbebccb0..0124bcd51 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:19.10 +FROM debian:10-slim ENV TZ UTC SHELL ["/bin/bash", "-o", "pipefail", "-c"] -- cgit v1.2.3