Browse Source

[Watchdog] Update to new image with smtp-cli 3.9

André 7 years ago
parent
commit
9e53ed4daf
2 changed files with 22 additions and 22 deletions
  1. 21 21
      data/Dockerfiles/watchdog/Dockerfile
  2. 1 1
      docker-compose.yml

+ 21 - 21
data/Dockerfiles/watchdog/Dockerfile

@@ -3,28 +3,28 @@ LABEL maintainer "André Peters <andre.peters@servercow.de>"
 
 # Installation
 RUN apk add --update \
-	&& apk add --no-cache nagios-plugins-smtp \
-	nagios-plugins-tcp \
-	nagios-plugins-http \
-	nagios-plugins-ping \
-	curl \
-	bash \
-	jq \
-	fcgi \
-	nagios-plugins-mysql \
-	nagios-plugins-dns \
-    nagios-plugins-disk \
-	bind-tools \
-	redis \
-	perl \
-	perl-io-socket-ssl \
-	perl-socket \
-	perl-socket6 \
-	perl-mime-lite \
-	perl-term-readkey \
+  && apk add --no-cache nagios-plugins-smtp \
+  nagios-plugins-tcp \
+  nagios-plugins-http \
+  nagios-plugins-ping \
+  curl \
+  bash \
+  jq \
+  fcgi \
+  nagios-plugins-mysql \
+  nagios-plugins-dns \
+  nagios-plugins-disk \
+  bind-tools \
+  redis \
+  perl \
+  perl-io-socket-ssl \
+  perl-socket \
+  perl-socket6 \
+  perl-mime-lite \
+  perl-term-readkey \
   tini \
-	&& curl https://raw.githubusercontent.com/mludvig/smtp-cli/v3.9/smtp-cli -o /smtp-cli \
-	&& chmod +x smtp-cli
+  && curl https://raw.githubusercontent.com/mludvig/smtp-cli/v3.9/smtp-cli -o /smtp-cli \
+  && chmod +x smtp-cli
 
 COPY watchdog.sh /watchdog.sh
 

+ 1 - 1
docker-compose.yml

@@ -342,7 +342,7 @@ services:
         - /lib/modules:/lib/modules:ro
 
     watchdog-mailcow:
-      image: mailcow/watchdog:1.15
+      image: mailcow/watchdog:1.16
       # Debug
       #command: /watchdog.sh
       build: ./data/Dockerfiles/watchdog