Livekit-Sip/Dockerfile
holzi1005 c52d0a32d9
Some checks failed
build / extract-version (push) Successful in 3s
build / docker (push) Has been cancelled
Update Dockerfile
2025-05-08 14:59:14 +02:00

8 lines
270 B
Docker

ARG VERSION=v1.0.0
FROM livekit/sip:${VERSION}
LABEL version="${VERSION}" \
Maintainer="H2 invent GmbH" \
Description="meetling Livekit SIP Server" \
org.opencontainers.version="${VERSION}" \
org.opencontainers.image.title="meetling Livekit SIP Server"