Update base image to alpine 3.16
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>"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
WORKDIR /app
 | 
					WORKDIR /app
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -541,7 +541,7 @@ services:
 | 
				
			|||||||
            - solr
 | 
					            - solr
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    olefy-mailcow:
 | 
					    olefy-mailcow:
 | 
				
			||||||
      image: mailcow/olefy:1.9
 | 
					      image: mailcow/olefy:1.10
 | 
				
			||||||
      restart: always
 | 
					      restart: always
 | 
				
			||||||
      environment:
 | 
					      environment:
 | 
				
			||||||
        - TZ=${TZ}
 | 
					        - TZ=${TZ}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user