File tree 3 files changed +6
-6
lines changed 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- ARG NGINX_VERSION=1.21.6
1
+ ARG NGINX_VERSION=1.23.1
2
2
ARG NGINX_RTMP_VERSION=1.2.2
3
- ARG FFMPEG_VERSION=5.0
3
+ ARG FFMPEG_VERSION=5.1
4
4
5
5
# #############################
6
6
# Build the NGINX-build image.
Original file line number Diff line number Diff line change 1
- ARG NGINX_VERSION=1.21.6
1
+ ARG NGINX_VERSION=1.23.1
2
2
ARG NGINX_RTMP_VERSION=1.2.2
3
- ARG FFMPEG_VERSION=5.0
3
+ ARG FFMPEG_VERSION=5.1
4
4
5
5
##############################
6
6
# Build the NGINX-build image.
Original file line number Diff line number Diff line change 2
2
A Dockerfile installing NGINX, nginx-rtmp-module and FFmpeg from source with
3
3
default settings for HLS live streaming. Built on Alpine Linux.
4
4
5
- * Nginx 1.21.6 (Mainline version compiled from source)
5
+ * Nginx 1.23.1 (Mainline version compiled from source)
6
6
* nginx-rtmp-module 1.2.2 (compiled from source)
7
- * ffmpeg 5.0 (compiled from source)
7
+ * ffmpeg 5.1 (compiled from source)
8
8
* Default HLS settings (See: [ nginx.conf] ( nginx.conf ) )
9
9
10
10
[ ![ Docker Stars] ( https://img.shields.io/docker/stars/alfg/nginx-rtmp.svg )] ( https://hub.docker.com/r/alfg/nginx-rtmp/ )
You can’t perform that action at this time.
0 commit comments