From 0f7970b4c054c4890b59e39cb0fdf652c0acb6a1 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 25 Apr 2020 12:27:25 +0200 Subject: Docker: Ubuntu 20.04 (#2925) https://ubuntu.com/blog/ubuntu-20-04-lts-arrives PHP 7.4.3, Apache 2.4.41 https://php.net/migration74 We have already addressed PHP 7.4 issues in FreshRSS 1.16 --- Docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Docker/Dockerfile') diff --git a/Docker/Dockerfile b/Docker/Dockerfile index 6dbebccb0..1730a8a3f 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:19.10 +FROM ubuntu:20.04 ENV TZ UTC SHELL ["/bin/bash", "-o", "pipefail", "-c"] -- cgit v1.2.3