Merge pull request #4609 from mailcow/unbound-alpine3.16
Unbound base image update
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
FROM alpine:3.15
 | 
					FROM alpine:3.16
 | 
				
			||||||
 | 
					
 | 
				
			||||||
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
 | 
					LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,7 +2,7 @@ version: '2.1'
 | 
				
			|||||||
services:
 | 
					services:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    unbound-mailcow:
 | 
					    unbound-mailcow:
 | 
				
			||||||
      image: mailcow/unbound:1.15
 | 
					      image: mailcow/unbound:1.16
 | 
				
			||||||
      environment:
 | 
					      environment:
 | 
				
			||||||
        - TZ=${TZ}
 | 
					        - TZ=${TZ}
 | 
				
			||||||
      volumes:
 | 
					      volumes:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user