Skip to content

Commit b0bf9ba

Browse files
committed
Update nginx to 1.21.1 and rtmp to 1.2.2
1 parent 345f751 commit b0bf9ba

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Dockerfile

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
FROM alpine:latest as builder
2-
MAINTAINER Jason Rivers <[email protected]>
32

4-
ARG NGINX_VERSION=1.15.3
5-
ARG NGINX_RTMP_VERSION=1.2.1
3+
ARG NGINX_VERSION=1.21.1
4+
ARG NGINX_RTMP_VERSION=1.2.2
65

76

87
RUN apk update && \
@@ -18,7 +17,6 @@ RUN apk update && \
1817
openssl \
1918
pkgconf \
2019
pkgconfig \
21-
mpfr3 \
2220
mpc1 \
2321
libstdc++ \
2422
ca-certificates \
@@ -50,6 +48,7 @@ RUN cd /tmp && \
5048
make install
5149

5250
FROM alpine:latest
51+
LABEL org.opencontainers.image.authors="[email protected]"
5352
RUN apk update && \
5453
apk add \
5554
openssl \

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Docker-nginx-rtmp
22
Docker image for an RTMP/HLS server running on nginx
33

4-
NGINX Version 1.13.9
5-
nginx-rtmp-module Version 1.2.1
4+
NGINX Version 1.21.1
5+
nginx-rtmp-module Version 1.2.2
66

77
## Configurations
88
This image exposes port 1935 for RTMP Steams and has 2 default channels open "live" and "testing".

run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,6 @@ else
128128
echo "CONFIG EXISTS - Not creating!"
129129
fi
130130

131-
echo "Starting server..."
131+
echo "Starting server
132132
/opt/nginx/sbin/nginx -g "daemon off;"
133133

0 commit comments

Comments
 (0)