diff --git a/Dockerfile b/Dockerfile index 1597c2b..712eba2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM python:3.12.1-slim-bullseye LABEL maintainer="Adriel" -ENV streamlink_version=6.4.2 -ENV twitch_version=1.1.21 +ENV streamlink_version=6.5.0 +ENV twitch_version=1.1.22 RUN apt-get update && apt-get -y install gosu jq ffmpeg