use official bbb-build images instead of senfcall

This commit is contained in:
chandi
2023-09-12 18:23:22 +02:00
parent 50a4020111
commit e2fa77fe48
9 changed files with 10 additions and 11 deletions

View File

@ -1,5 +1,5 @@
ARG BBB_BUILD_TAG
FROM gitlab.senfcall.de:5050/senfcall-public/docker-bbb-build:$BBB_BUILD_TAG AS builder
FROM bigbluebutton/bbb-build:$BBB_BUILD_TAG AS builder
# --------------------