|  | @@ -26,7 +26,7 @@ RUN apt-get update \
 | 
	
		
			
				|  |  |   && chmod 777 /cache /config /media
 | 
	
		
			
				|  |  |  COPY --from=builder /jellyfin /jellyfin
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -ARG JELLYFIN_WEB_VERSION=v10.3.7
 | 
	
		
			
				|  |  | +ARG JELLYFIN_WEB_VERSION=v10.4.0
 | 
	
		
			
				|  |  |  RUN curl -L https://github.com/jellyfin/jellyfin-web/archive/${JELLYFIN_WEB_VERSION}.tar.gz | tar zxf - \
 | 
	
		
			
				|  |  |   && rm -rf /jellyfin/jellyfin-web \
 | 
	
		
			
				|  |  |   && mv jellyfin-web-* /jellyfin/jellyfin-web
 |