From a60be883e97817ffb65a46d042a39387e7f330d4 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Mon, 14 Jan 2019 11:31:41 +0000 Subject: [PATCH] Fix README to state new distribution base --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7565935..b52f469 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ For images please see here: [Prosody on Docker](https://hub.docker.com/r/prosody It works by copying in a recently built `deb` file and running the install on the system. -Docker images are built off an __Ubuntu 14.04 LTS__ base. +Docker images are built off an __Debian 9 (stretch)__ base. ```bash docker run -d --name prosody -p 5222:5222 prosody/prosody