mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	Merge pull request #1990 from ngosang/feature/alpine
Update base Docker image to Alpine 3.17
This commit is contained in:
		
						commit
						44d4a1714c
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
FROM alpine:3.16
 | 
			
		||||
FROM alpine:3.17
 | 
			
		||||
ENTRYPOINT ["/sbin/tini","--","/usr/local/searxng/dockerfiles/docker-entrypoint.sh"]
 | 
			
		||||
EXPOSE 8080
 | 
			
		||||
VOLUME /etc/searxng
 | 
			
		||||
| 
						 | 
				
			
			@ -19,7 +19,6 @@ ENV INSTANCE_NAME=searxng \
 | 
			
		|||
 | 
			
		||||
WORKDIR /usr/local/searxng
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
COPY requirements.txt ./requirements.txt
 | 
			
		||||
 | 
			
		||||
RUN apk add --no-cache -t build-dependencies \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue