mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 00:11:04 +00:00 
			
		
		
		
	Update gosu, this fixes #1756
This commit is contained in:
		
					parent
					
						
							
								f1c2276c8d
							
						
					
				
			
			
				commit
				
					
						2671c86ba7
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -2,7 +2,7 @@ FROM alpine:3.2
 | 
				
			||||||
MAINTAINER roemer.jp@gmail.com
 | 
					MAINTAINER roemer.jp@gmail.com
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Install system utils & Gogs runtime dependencies
 | 
					# Install system utils & Gogs runtime dependencies
 | 
				
			||||||
ADD https://github.com/tianon/gosu/releases/download/1.5/gosu-amd64 /usr/sbin/gosu
 | 
					ADD https://github.com/tianon/gosu/releases/download/1.6/gosu-amd64 /usr/sbin/gosu
 | 
				
			||||||
RUN echo "@edge http://dl-4.alpinelinux.org/alpine/edge/main" | tee -a /etc/apk/repositories \
 | 
					RUN echo "@edge http://dl-4.alpinelinux.org/alpine/edge/main" | tee -a /etc/apk/repositories \
 | 
				
			||||||
 && echo "@community http://dl-4.alpinelinux.org/alpine/edge/community" | tee -a /etc/apk/repositories \
 | 
					 && echo "@community http://dl-4.alpinelinux.org/alpine/edge/community" | tee -a /etc/apk/repositories \
 | 
				
			||||||
 && apk -U --no-progress upgrade \
 | 
					 && apk -U --no-progress upgrade \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue