chore: upgraded to bullseye

This commit is contained in:
Nardo86 2022-08-22 15:06:14 +02:00
parent a0454c06d1
commit 79d03786e7
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM debian:buster-slim
FROM debian:bullseye-slim
ENV TZ Etc/UTC
ENV FQDN localhost
@ -21,7 +21,7 @@ msmtp \
msmtp-mta
RUN wget -O - https://zmrepo.zoneminder.com/debian/archive-keyring.gpg | apt-key add - \
&& echo 'deb https://zmrepo.zoneminder.com/debian/release-1.36 buster/' >> /etc/apt/sources.list
&& echo 'deb https://zmrepo.zoneminder.com/debian/release-1.36 bullseye/' >> /etc/apt/sources.list
RUN apt-get update