Skip to content

Commit

Permalink
updated various package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath committed May 17, 2021
1 parent 2b48698 commit 94551f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions multistreaming-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit 94551f5

Please sign in to comment.