mirror of
https://github.com/BluemediaGER/nginx-live.git
synced 2024-11-22 17:55:29 +01:00
Update base image to Debian Bullseye
This commit is contained in:
parent
65e5982ea2
commit
ac2c98bcdc
|
@ -1,8 +1,8 @@
|
||||||
# Base Image used to create this Image
|
# Base Image used to create this Image
|
||||||
FROM debian:buster-slim
|
FROM debian:bullseye-slim
|
||||||
|
|
||||||
# Maintainer
|
# Maintainer
|
||||||
LABEL maintainer="oliver@traber-info.de"
|
LABEL maintainer="hi@bluemedia.dev"
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
ENV RTMP_PORT 1935
|
ENV RTMP_PORT 1935
|
||||||
|
|
Loading…
Reference in a new issue