From 28dc1ce9163e25860b0238e4218832fbe9f7489d Mon Sep 17 00:00:00 2001 From: Jeroen Geusebroek Date: Mon, 8 Jan 2024 09:10:01 +0100 Subject: [PATCH] Revert to Ubuntu 20.04 for now because of incompatibility with older Synology NAS devices. #63 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 01aa254..c6b4208 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:20.04 LABEL Author="Jeroen Geusebroek " ENV DEBIAN_FRONTEND="noninteractive" \ diff --git a/README.md b/README.md index 24ded4c..aa68c3f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Docker Spotweb image -An image running [ubuntu/22.04](https://hub.docker.com/_/ubuntu/) Linux and [Spotweb](https://github.com/spotweb/spotweb). +An image running [ubuntu/20.04](https://hub.docker.com/_/ubuntu/) Linux and [Spotweb](https://github.com/spotweb/spotweb). ## Requirements