mirror of
				https://git.cloudron.io/cloudron/gitea-app
				synced 2025-11-03 16:42:35 +00:00 
			
		
		
		
	Update Gitea to 1.15.8
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3ff04ea584faf46e92
 | 
					FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd14060332dd88263ea
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN apt-get update && \
 | 
					RUN apt-get update && \
 | 
				
			||||||
    apt-get install -y openssh-server git asciidoctor pandoc && \
 | 
					    apt-get install -y openssh-server git asciidoctor pandoc && \
 | 
				
			||||||
@@ -16,7 +16,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.7
 | 
					ARG VERSION=1.15.8
 | 
				
			||||||
 | 
					
 | 
				
			||||||
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