Skip to content

Commit b4be5dc

Browse files
authored
Update Nginx and ffmpeg (#137)
1 parent 5cef4f8 commit b4be5dc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ARG NGINX_VERSION=1.21.6
1+
ARG NGINX_VERSION=1.23.1
22
ARG NGINX_RTMP_VERSION=1.2.2
3-
ARG FFMPEG_VERSION=5.0
3+
ARG FFMPEG_VERSION=5.1
44

55
##############################
66
# Build the NGINX-build image.

Dockerfile.cuda

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ARG NGINX_VERSION=1.21.6
1+
ARG NGINX_VERSION=1.23.1
22
ARG NGINX_RTMP_VERSION=1.2.2
3-
ARG FFMPEG_VERSION=5.0
3+
ARG FFMPEG_VERSION=5.1
44

55
##############################
66
# Build the NGINX-build image.

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.21.6 (Mainline version compiled from source)
5+
* Nginx 1.23.1 (Mainline version compiled from source)
66
* nginx-rtmp-module 1.2.2 (compiled from source)
7-
* ffmpeg 5.0 (compiled from source)
7+
* ffmpeg 5.1 (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)