Skip to content

Commit 82b54ee

Browse files
Bump Nginx to 1.19.7, ffmpeg to 4.3.2 and alpine to 3.13 (#91)
reference change in readme
1 parent 39a6d37 commit 82b54ee

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
ARG NGINX_VERSION=1.18.0
1+
ARG NGINX_VERSION=1.19.7
22
ARG NGINX_RTMP_VERSION=1.2.1
3-
ARG FFMPEG_VERSION=4.3.1
3+
ARG FFMPEG_VERSION=4.3.2
44

55

66
##############################
77
# Build the NGINX-build image.
8-
FROM alpine:3.11 as build-nginx
8+
FROM alpine:3.13 as build-nginx
99
ARG NGINX_VERSION
1010
ARG NGINX_RTMP_VERSION
1111

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
A Dockerfile installing NGINX, nginx-rtmp-module and FFmpeg from source with
33
default settings for HLS live streaming. Built on Alpine Linux.
44

5-
* Nginx 1.18.0 (Stable version compiled from source)
5+
* Nginx 1.19.7 (Mainline version compiled from source)
66
* nginx-rtmp-module 1.2.1 (compiled from source)
7-
* ffmpeg 4.3.1 (compiled from source)
7+
* ffmpeg 4.3.2 (compiled from source)
88
* Default HLS settings (See: [nginx.conf](nginx.conf))
99

1010
[![Docker Stars](https://img.shields.io/docker/stars/alfg/nginx-rtmp.svg)](https://hub.docker.com/r/alfg/nginx-rtmp/)

0 commit comments

Comments
 (0)