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 Dockerfile.secured
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.unsecured
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
2 changes: 1 addition & 1 deletion build_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down