Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs_v2/static/deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ services:

# See (https://tumlive-docs.pages.dev/docs/deployment/add-vodservice)
vodservice:
image: ghcr.io/tum-dev/gocast/vod-service:1.7.7
image: ghcr.io/tum-dev/gocast/vod-service:1.7.9
networks:
- default
ports:
Expand Down
2 changes: 1 addition & 1 deletion ingest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM bluenviron/mediamtx:1.19.2 AS mediamtx
FROM bluenviron/mediamtx:1.20.0 AS mediamtx

FROM alpine:3.24
ADD entrypoint.sh /entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion ingest/Dockerfile-local
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bluenviron/mediamtx:1.19.2 as mediamtx
FROM bluenviron/mediamtx:1.20.0 as mediamtx

FROM alpine:3.24
ADD entrypoint.sh /entrypoint.sh
Expand Down
Loading