diff options
| author | 2020-05-02 18:24:13 +0200 | |
|---|---|---|
| committer | 2020-05-02 18:24:13 +0200 | |
| commit | af575e061d8cd08f4e3c3ccf5b5d1d7a352cf50f (patch) | |
| tree | 5b5297778d3a500317e784f3f7f2f20027edc53b /Docker/Dockerfile | |
| parent | 960ecd2d09c7ae865e761e0ae8c7eb3f85566afd (diff) | |
Revert to Ubuntu 19.10 (#2943)
* Revert to Ubuntu 19.10
#Fix https://github.com/FreshRSS/FreshRSS/issues/2939
Revert https://github.com/FreshRSS/FreshRSS/pull/2925
Will upgrade back to 20.04 when Ubuntu bugs are fixed, e.g.
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1867675
* Revert changelog
Diffstat (limited to 'Docker/Dockerfile')
| -rw-r--r-- | Docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docker/Dockerfile b/Docker/Dockerfile index 1730a8a3f..6dbebccb0 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 +FROM ubuntu:19.10 ENV TZ UTC SHELL ["/bin/bash", "-o", "pipefail", "-c"] |
