diff --git a/Dockerfile.secured b/Dockerfile.secured index b8f516c..a5b25ef 100644 --- a/Dockerfile.secured +++ b/Dockerfile.secured @@ -11,7 +11,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \ xvfb # Install OBS -ARG OBS_STUDIO_VERSION=28.* +ARG OBS_STUDIO_VERSION=29.* RUN add-apt-repository ppa:obsproject/obs-studio \ && apt-get install -y obs-studio=${OBS_STUDIO_VERSION} diff --git a/Dockerfile.unsecured b/Dockerfile.unsecured index 2728abc..1147775 100644 --- a/Dockerfile.unsecured +++ b/Dockerfile.unsecured @@ -11,7 +11,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \ xvfb # Install OBS -ARG OBS_STUDIO_VERSION=28.* +ARG OBS_STUDIO_VERSION=29.* RUN add-apt-repository ppa:obsproject/obs-studio \ && apt-get install -y obs-studio=${OBS_STUDIO_VERSION} diff --git a/build_local.sh b/build_local.sh index 93c8645..03ca500 100644 --- a/build_local.sh +++ b/build_local.sh @@ -19,7 +19,7 @@ while [ "$1" != "" ]; do esac done -_obs_version=${1:-28.*} +_obs_version=${1:-29.*} _docker_repo=${2:-obswebsocket-local} _tag=${3:-latest}