This commit is contained in:
		
							parent
							
								
									c6167f46f8
								
							
						
					
					
						commit
						8c95c1097d
					
				
					 1 changed files with 16 additions and 11 deletions
				
			
		
							
								
								
									
										27
									
								
								Dockerfile
									
									
									
									
									
								
							
							
						
						
									
										27
									
								
								Dockerfile
									
									
									
									
									
								
							| 
						 | 
				
			
			@ -51,43 +51,48 @@ ADD build_node.sh /usr/local/bin/build_node.sh
 | 
			
		|||
# 2021/02
 | 
			
		||||
RUN build_node.sh 15.8.0
 | 
			
		||||
RUN build_node.sh 14.15.4
 | 
			
		||||
# 2021/09
 | 
			
		||||
RUN build_node.sh 14.17.6
 | 
			
		||||
RUN build_node.sh 16.9.1
 | 
			
		||||
 | 
			
		||||
## Python
 | 
			
		||||
 | 
			
		||||
WORKDIR /usr/src
 | 
			
		||||
ADD build_python.sh /usr/local/bin/build_python.sh
 | 
			
		||||
# 2020/01
 | 
			
		||||
RUN build_python.sh 3.8.5
 | 
			
		||||
# 2020/12
 | 
			
		||||
RUN build_python.sh 3.9.1
 | 
			
		||||
# 2020/09
 | 
			
		||||
RUN build_python.sh 3.9.7
 | 
			
		||||
 | 
			
		||||
## PHP
 | 
			
		||||
 | 
			
		||||
WORKDIR /usr/src
 | 
			
		||||
ADD build_php.sh /usr/local/bin/build_php.sh
 | 
			
		||||
# 2020/01
 | 
			
		||||
RUN build_php.sh 7.4.9
 | 
			
		||||
# 2021/02
 | 
			
		||||
RUN build_php.sh 7.4.15
 | 
			
		||||
# 2021/09
 | 
			
		||||
RUN build_php.sh 7.4.23
 | 
			
		||||
 | 
			
		||||
## PHP 8
 | 
			
		||||
 | 
			
		||||
# 2021/02
 | 
			
		||||
 | 
			
		||||
ADD build_php8.sh /usr/local/bin/build_php8.sh
 | 
			
		||||
# 2021/02
 | 
			
		||||
RUN build_php8.sh 8.0.3
 | 
			
		||||
# 2021/09
 | 
			
		||||
RUN build_php8.sh 8.0.10
 | 
			
		||||
 | 
			
		||||
## Ruby
 | 
			
		||||
WORKDIR /usr/src
 | 
			
		||||
ADD build_ruby.sh /usr/local/bin/build_ruby.sh
 | 
			
		||||
# 2020/11
 | 
			
		||||
RUN build_ruby.sh 2.7.2
 | 
			
		||||
# 2020/12
 | 
			
		||||
RUN build_ruby.sh 3.0.0
 | 
			
		||||
# 2020/09
 | 
			
		||||
RUN build_ruby.sh 2.7.4
 | 
			
		||||
RUN build_ruby.sh 3.0.2
 | 
			
		||||
 | 
			
		||||
## Deno
 | 
			
		||||
ADD build_deno.sh /usr/local/bin/build_deno.sh
 | 
			
		||||
# 2021/02
 | 
			
		||||
RUN build_deno.sh 1.7.2
 | 
			
		||||
# 2021/09
 | 
			
		||||
RUN build_deno.sh 1.14.0
 | 
			
		||||
 | 
			
		||||
#############
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue