From 6092a91c0ebeff50a72993b1bf33ab478870acf7 Mon Sep 17 00:00:00 2001 From: Alfred Gutierrez Date: Thu, 16 Nov 2017 14:13:16 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 87d71f1..814cfff 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ A Dockerfile installing NGINX, nginx-rtmp-module and FFmpeg from source with default settings for HLS live streaming. Built on Alpine Linux. -* Nginx 1.12.0 (compiled from source) -* nginx-rtmp-module 1.1.11 (compiled from source) -* ffmpeg 3.3.2 (compiled from source) +* Nginx 1.13.6 (compiled from source) +* nginx-rtmp-module 1.2.0 (compiled from source) +* ffmpeg 3.3.4 (compiled from source) * Default HLS settings (See: [nginx.conf](nginx.conf)) [![Docker Stars](https://img.shields.io/docker/stars/alfg/nginx-rtmp.svg)](https://hub.docker.com/r/alfg/nginx-rtmp/)