mirror of
				https://git.cloudron.io/cloudron/gitea-app
				synced 2025-11-03 16:42:35 +00:00 
			
		
		
		
	Update Gitea to 1.15.4
This commit is contained in:
		@@ -15,7 +15,7 @@ RUN passwd -d git
 | 
				
			|||||||
RUN mkdir -p /home/git/gitea
 | 
					RUN mkdir -p /home/git/gitea
 | 
				
			||||||
WORKDIR /home/git
 | 
					WORKDIR /home/git
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ARG VERSION=1.15.3
 | 
					ARG VERSION=1.15.4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \
 | 
					RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \
 | 
				
			||||||
    && chmod +x /home/git/gitea/gitea
 | 
					    && chmod +x /home/git/gitea/gitea
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user