aboutsummaryrefslogtreecommitdiff
path: root/Docker/Dockerfile
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2020-04-25 12:27:25 +0200
committerGravatar GitHub <noreply@github.com> 2020-04-25 12:27:25 +0200
commit0f7970b4c054c4890b59e39cb0fdf652c0acb6a1 (patch)
treee2e4907e9d7d735dbdaab83e1e2397b3bfd89200 /Docker/Dockerfile
parentdba40e58704a374755677ef1f24f6872a34bad80 (diff)
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
Diffstat (limited to 'Docker/Dockerfile')
-rw-r--r--Docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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"]