diff --git a/CHANGELOG.md b/CHANGELOG.md index c7f0454..b58a683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,15 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [0.4.2] ### Added * Support for ReStream, and by extension, platforms that ReStream supports, such as LinkedIn. ### Changed * Bumped jinja2 from 2.11.2 to 2.11.3 * Updated `apk` to use the `latest-stable` rather than `edge` as `edge` appears to not be updated. +* Updated `ffmpeg`, `ngtnx`, `superviserd`, and `pipenv` to their latest versions. ## [0.4.1] ### Changed @@ -71,7 +74,8 @@ All notable changes to this project will be documented in this file. * First verison! -[Unreleased]: https://github.com/michaelkamprath/multi-service-rtmp-broadcaster/compare/v0.4.1...HEAD +[Unreleased]: https://github.com/michaelkamprath/multi-service-rtmp-broadcaster/compare/v0.4.2...HEAD +[0.4.2]: https://github.com/michaelkamprath/multi-service-rtmp-broadcaster/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/michaelkamprath/multi-service-rtmp-broadcaster/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/michaelkamprath/multi-service-rtmp-broadcaster/compare/v0.3.1...v0.4.0 [0.3.1]: https://github.com/michaelkamprath/multi-service-rtmp-broadcaster/compare/v0.3.0...v0.3.1 diff --git a/multistreaming-server/Dockerfile b/multistreaming-server/Dockerfile index 393060e..6e9dd12 100644 --- a/multistreaming-server/Dockerfile +++ b/multistreaming-server/Dockerfile @@ -1,12 +1,12 @@ -FROM jrottenberg/ffmpeg:4.3-alpine +FROM jrottenberg/ffmpeg:4.4-alpine MAINTAINER Michael Kamprath "https://github.com/michaelkamprath" -ARG NGINX_VERSION=1.19.2 +ARG NGINX_VERSION=1.20.0 ARG RTMP_REPO=uizaio ARG RTMP_MODULE_VERSION=1.4.0.4 ARG TINI_VERSION=v0.19.0 -ARG SUPERVISORD_VERSION=4.2.1 -ARG PIPENV_PACKAGE_VERSION=2020.8.13 +ARG SUPERVISORD_VERSION=4.2.2 +ARG PIPENV_PACKAGE_VERSION=2020.11.15 RUN set -x \ && addgroup -S stunnel \