Update to Alpine 3.11

master
andryyy 2020-05-11 11:50:06 +02:00
parent 857fa0314b
commit ce0cbac38b
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ version: '2.1'
services: services:
unbound-mailcow: unbound-mailcow:
image: mailcow/unbound:1.10 image: mailcow/unbound:1.11
environment: environment:
- TZ=${TZ} - TZ=${TZ}
volumes: volumes:
@ -373,7 +373,7 @@ services:
- acme - acme
netfilter-mailcow: netfilter-mailcow:
image: mailcow/netfilter:1.34 image: mailcow/netfilter:1.35
stop_grace_period: 30s stop_grace_period: 30s
depends_on: depends_on:
- dovecot-mailcow - dovecot-mailcow
@ -396,7 +396,7 @@ services:
- /lib/modules:/lib/modules:ro - /lib/modules:/lib/modules:ro
watchdog-mailcow: watchdog-mailcow:
image: mailcow/watchdog:1.75 image: mailcow/watchdog:1.76
# Debug # Debug
#command: /watchdog.sh #command: /watchdog.sh
dns: dns:
@ -485,7 +485,7 @@ services:
- solr - solr
olefy-mailcow: olefy-mailcow:
image: mailcow/olefy:1.2 image: mailcow/olefy:1.3
restart: always restart: always
environment: environment:
- TZ=${TZ} - TZ=${TZ}