mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Upgrade alpine to v3.5 in Dockerfile (#1633)
This commit is contained in:
		
				
					committed by
					
						
						Lunny Xiao
					
				
			
			
				
	
			
			
			
						parent
						
							0f3923c4d7
						
					
				
				
					commit
					a503947fba
				
			@@ -1,4 +1,4 @@
 | 
				
			|||||||
FROM alpine:3.4
 | 
					FROM alpine:3.5
 | 
				
			||||||
MAINTAINER Thomas Boerger <thomas@webhippie.de>
 | 
					MAINTAINER Thomas Boerger <thomas@webhippie.de>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
EXPOSE 22 3000
 | 
					EXPOSE 22 3000
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
FROM aarch64/alpine:3.5
 | 
					FROM multiarch/alpine:aarch64-v3.5
 | 
				
			||||||
 | 
					
 | 
				
			||||||
EXPOSE 22 3000
 | 
					EXPOSE 22 3000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
FROM hypriot/rpi-alpine-scratch:v3.4
 | 
					FROM multiarch/alpine:armhf-v3.5
 | 
				
			||||||
MAINTAINER Thomas Boerger <thomas@webhippie.de>
 | 
					MAINTAINER Thomas Boerger <thomas@webhippie.de>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
EXPOSE 22 3000
 | 
					EXPOSE 22 3000
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user