1
0
mirror of https://github.com/Nardo86/zm-docker.git synced 2025-01-23 13:49:49 +01:00

chore: upgraded to bullseye

This commit is contained in:
Nardo86 2022-08-22 15:06:14 +02:00
parent a0454c06d1
commit 79d03786e7

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