New versions of techs
Node.js 14.18.1 Node.js 15.14.0 Node.js 16.13.0 Node.js 17.1.0 Python 3.9.7 Python 3.10.0 PHP 7.4.23 PHP 7.4.26 PHP 8.0.13 Ruby 2.7.4 Ruby 3.0.2 Deno 1.16.2
This commit is contained in:
		
							parent
							
								
									d0bc79d901
								
							
						
					
					
						commit
						69464ac670
					
				
					 1 changed files with 13 additions and 21 deletions
				
			
		
							
								
								
									
										34
									
								
								Dockerfile
									
									
									
									
									
								
							
							
						
						
									
										34
									
								
								Dockerfile
									
									
									
									
									
								
							| 
						 | 
					@ -45,42 +45,34 @@ ENV TERM       xterm
 | 
				
			||||||
#############
 | 
					#############
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Node.js
 | 
					## Node.js
 | 
				
			||||||
 | 
					 | 
				
			||||||
WORKDIR /usr/src
 | 
					WORKDIR /usr/src
 | 
				
			||||||
ADD build_node.sh /usr/local/bin/build_node.sh
 | 
					ADD build_node.sh /usr/local/bin/build_node.sh
 | 
				
			||||||
# 2021/02
 | 
					# 2021/11
 | 
				
			||||||
RUN build_node.sh 15.8.0
 | 
					RUN build_node.sh 14.18.1
 | 
				
			||||||
RUN build_node.sh 14.15.4
 | 
					RUN build_node.sh 15.14.0
 | 
				
			||||||
# 2021/09
 | 
					RUN build_node.sh 16.13.0
 | 
				
			||||||
RUN build_node.sh 14.17.6
 | 
					RUN build_node.sh 17.1.0
 | 
				
			||||||
RUN build_node.sh 16.9.1
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Python
 | 
					## Python
 | 
				
			||||||
 | 
					 | 
				
			||||||
WORKDIR /usr/src
 | 
					WORKDIR /usr/src
 | 
				
			||||||
ADD build_python.sh /usr/local/bin/build_python.sh
 | 
					ADD build_python.sh /usr/local/bin/build_python.sh
 | 
				
			||||||
# 2020/12
 | 
					 | 
				
			||||||
RUN build_python.sh 3.9.1
 | 
					 | 
				
			||||||
# 2020/09
 | 
					# 2020/09
 | 
				
			||||||
RUN build_python.sh 3.9.7
 | 
					RUN build_python.sh 3.9.7
 | 
				
			||||||
 | 
					# 2021/11
 | 
				
			||||||
 | 
					RUN build_python.sh 3.10.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## PHP
 | 
					## PHP
 | 
				
			||||||
 | 
					 | 
				
			||||||
WORKDIR /usr/src
 | 
					WORKDIR /usr/src
 | 
				
			||||||
ADD build_php.sh /usr/local/bin/build_php.sh
 | 
					ADD build_php.sh /usr/local/bin/build_php.sh
 | 
				
			||||||
# 2021/02
 | 
					 | 
				
			||||||
RUN build_php.sh 7.4.15
 | 
					 | 
				
			||||||
# 2021/09
 | 
					# 2021/09
 | 
				
			||||||
RUN build_php.sh 7.4.23
 | 
					RUN build_php.sh 7.4.23
 | 
				
			||||||
 | 
					# 2021/11
 | 
				
			||||||
 | 
					RUN build_php.sh 7.4.26
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## PHP 8
 | 
					## PHP 8
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
ADD build_php8.sh /usr/local/bin/build_php8.sh
 | 
					ADD build_php8.sh /usr/local/bin/build_php8.sh
 | 
				
			||||||
# 2021/02
 | 
					# 2021/11
 | 
				
			||||||
RUN build_php8.sh 8.0.3
 | 
					RUN build_php8.sh 8.0.13
 | 
				
			||||||
# 2021/09
 | 
					 | 
				
			||||||
RUN build_php8.sh 8.0.10
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Ruby
 | 
					## Ruby
 | 
				
			||||||
WORKDIR /usr/src
 | 
					WORKDIR /usr/src
 | 
				
			||||||
| 
						 | 
					@ -91,8 +83,8 @@ RUN build_ruby.sh 3.0.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Deno
 | 
					## Deno
 | 
				
			||||||
ADD build_deno.sh /usr/local/bin/build_deno.sh
 | 
					ADD build_deno.sh /usr/local/bin/build_deno.sh
 | 
				
			||||||
# 2021/09
 | 
					# 2021/11
 | 
				
			||||||
RUN build_deno.sh 1.14.0
 | 
					RUN build_deno.sh 1.16.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#############
 | 
					#############
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue