bbb v2.5-rc.1, etherpad 1.8.18

This commit is contained in:
chandi
2022-05-08 18:54:23 +02:00
parent aaa2d63d67
commit 20bb46fb4d
5 changed files with 47 additions and 15 deletions

View File

@ -3,7 +3,7 @@ FROM node:14.18.3-bullseye-slim AS builder
RUN apt-get update && apt-get install -y git wget
RUN wget -q https://github.com/mikefarah/yq/releases/download/v4.20.1/yq_linux_amd64 -O /usr/bin/yq \
RUN wget -q https://github.com/mikefarah/yq/releases/download/v4.25.1/yq_linux_amd64 -O /usr/bin/yq \
&& chmod +x /usr/bin/yq
COPY ./bbb-webhooks /bbb-webhooks