Update base image to Debian Bullseye

This commit is contained in:
Oliver Traber 2022-02-15 22:35:36 +01:00 committed by GitHub
parent 65e5982ea2
commit ac2c98bcdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
# Base Image used to create this Image
FROM debian:buster-slim
FROM debian:bullseye-slim
# Maintainer
LABEL maintainer="oliver@traber-info.de"
LABEL maintainer="hi@bluemedia.dev"
ENV DEBIAN_FRONTEND noninteractive
ENV RTMP_PORT 1935