forked from zaclys/searxng
		
	[mod] Dockerfile: upgrade to Alpine 3.13
See: * https://alpinelinux.org/posts/Alpine-3.13.0-released.html * musl>=1.2.1 have a new malloc implementation (mallocng) :
This commit is contained in:
		
							parent
							
								
									332e3a2a09
								
							
						
					
					
						commit
						8c5cb5039e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1,4 +1,4 @@ | ||||||
| FROM alpine:3.12 | FROM alpine:3.13 | ||||||
| ENTRYPOINT ["/sbin/tini","--","/usr/local/searx/dockerfiles/docker-entrypoint.sh"] | ENTRYPOINT ["/sbin/tini","--","/usr/local/searx/dockerfiles/docker-entrypoint.sh"] | ||||||
| EXPOSE 8080 | EXPOSE 8080 | ||||||
| VOLUME /etc/searx | VOLUME /etc/searx | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Alexandre Flament
						Alexandre Flament