Updated to Roundcube 1.4.5
This commit is contained in:
		@@ -57,7 +57,7 @@ RUN set -ex; \
 | 
				
			|||||||
VOLUME /var/roundcube/config
 | 
					VOLUME /var/roundcube/config
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Define Roundcubemail version
 | 
					# Define Roundcubemail version
 | 
				
			||||||
ENV ROUNDCUBEMAIL_VERSION 1.4.3
 | 
					ENV ROUNDCUBEMAIL_VERSION 1.4.5
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Set the entry point
 | 
					# Set the entry point
 | 
				
			||||||
ENTRYPOINT ["/docker-entrypoint.sh"]
 | 
					ENTRYPOINT ["/docker-entrypoint.sh"]
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,4 +2,4 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
set -ex
 | 
					set -ex
 | 
				
			||||||
 | 
					
 | 
				
			||||||
docker build --force-rm -t nathan/roundcube -f Dockerfile build
 | 
					docker build --force-rm --no-cache -t nathan/roundcube -f Dockerfile build
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,7 +3,7 @@
 | 
				
			|||||||
set -ex
 | 
					set -ex
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Configuration options you usually edit go here
 | 
					# Configuration options you usually edit go here
 | 
				
			||||||
ROUNDCUBEMAIL_VERSION=1.4.3
 | 
					ROUNDCUBEMAIL_VERSION=1.4.5
 | 
				
			||||||
CHECK_GPG=false
 | 
					CHECK_GPG=false
 | 
				
			||||||
CLEAN_INTERMEDIATES=false
 | 
					CLEAN_INTERMEDIATES=false
 | 
				
			||||||
CONTAINER_VOLUME_CONFIG=/var/roundcube/config
 | 
					CONTAINER_VOLUME_CONFIG=/var/roundcube/config
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user