mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Dockerfile: Updated alpine image to 3.6. (#2486)
Signed-off-by: Jonathan Davies <jpds@protonmail.com>
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
FROM alpine:3.5
 | 
					FROM alpine:3.6
 | 
				
			||||||
MAINTAINER Thomas Boerger <thomas@webhippie.de>
 | 
					MAINTAINER Thomas Boerger <thomas@webhippie.de>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
EXPOSE 22 3000
 | 
					EXPOSE 22 3000
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
FROM multiarch/alpine:aarch64-v3.5
 | 
					FROM multiarch/alpine:aarch64-v3.6
 | 
				
			||||||
 | 
					
 | 
				
			||||||
EXPOSE 22 3000
 | 
					EXPOSE 22 3000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
FROM multiarch/alpine:armhf-v3.5
 | 
					FROM multiarch/alpine:armhf-v3.6
 | 
				
			||||||
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