diff --git a/Dockerfile b/Dockerfile index 64c4f7c..2e3d9fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN openssl req -x509 -newkey rsa:4096 -sha256 -days 3650 -nodes \ RUN cat znc.key znc.crt > /znc.pem -FROM znc:slim +FROM znc:1.8.2-slim LABEL maintainer "jerryaldrichiii@gmail.com"