Browse Source

[Unbound] Upgrade to Alpine 3.8, fixes #1882

André 7 years ago
parent
commit
93917f8385
2 changed files with 2 additions and 2 deletions
  1. 1 1
      data/Dockerfiles/unbound/Dockerfile
  2. 1 1
      docker-compose.yml

+ 1 - 1
data/Dockerfiles/unbound/Dockerfile

@@ -1,4 +1,4 @@
-FROM alpine:3.6
+FROM alpine:3.8
 
 
 LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
 LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
 
 

+ 1 - 1
docker-compose.yml

@@ -2,7 +2,7 @@ version: '2.1'
 services:
 services:
 
 
     unbound-mailcow:
     unbound-mailcow:
-      image: mailcow/unbound:1.3
+      image: mailcow/unbound:1.4
       build: ./data/Dockerfiles/unbound
       build: ./data/Dockerfiles/unbound
       command: /usr/sbin/unbound
       command: /usr/sbin/unbound
       environment:
       environment: