mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	Docker: use Alpine 3.19
This commit is contained in:
		
							parent
							
								
									0e2566db68
								
							
						
					
					
						commit
						b7be53bb90
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
FROM alpine:3.18
 | 
			
		||||
FROM alpine:3.19
 | 
			
		||||
ENTRYPOINT ["/sbin/tini","--","/usr/local/searxng/dockerfiles/docker-entrypoint.sh"]
 | 
			
		||||
EXPOSE 8080
 | 
			
		||||
VOLUME /etc/searxng
 | 
			
		||||
| 
						 | 
				
			
			@ -45,7 +45,7 @@ RUN apk add --no-cache -t build-dependencies \
 | 
			
		|||
    uwsgi \
 | 
			
		||||
    uwsgi-python3 \
 | 
			
		||||
    brotli \
 | 
			
		||||
 && pip3 install --no-cache -r requirements.txt \
 | 
			
		||||
 && pip3 install --break-system-packages --no-cache -r requirements.txt \
 | 
			
		||||
 && apk del build-dependencies \
 | 
			
		||||
 && rm -rf /root/.cache
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue