Skip to content

Commit

Permalink
Merge pull request #21 from riftbit/ergoz-patch-1
Browse files Browse the repository at this point in the history
Update Serviio to 2.2
  • Loading branch information
ergoz authored Oct 1, 2021
2 parents 151d2d0 + 6ba0349 commit aa1a1c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MAINTAINER "[riftbit] ErgoZ <ergozru@gmail.com>"

ARG BUILD_DATE
ARG VCS_REF
ARG VERSION=2.1
ARG VERSION=2.2

LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.name="DLNA Serviio Container" \
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Link on github: [riftbit/docker-serviio](https://github.com/riftbit/docker-servi

### Build Args

- `VERSION` = 2.1 - serviio version
- `VERSION` = 2.2 - serviio version
- `FFMPEG_VERSION` = 4.2


Expand All @@ -32,6 +32,7 @@ Link on github: [riftbit/docker-serviio](https://github.com/riftbit/docker-servi


### Container Changelog (dd.mm.yy)
- **01.10.2021** - Update Serviio version to 2.2
- **19.03.2021** - Update FFMPEG to 4.3.2, add healthcheck (PR #19), cleanup volumes (mount only if you need it)
- **07.12.2020** - Update alpine to 3.12, fix dcraw.c build (add jasper build from source), removed config volume
- **28.05.2020** - Update Serviio version to 2.1, alpine to 3.11, ffmpeg to 4.2, fix dcraw.c path
Expand Down

0 comments on commit aa1a1c1

Please sign in to comment.