Update Ruby to 3.0.6 (#24334)
This commit is contained in:
		
							parent
							
								
									af6eb37c70
								
							
						
					
					
						commit
						01617534fa
					
				@ -1 +1 @@
 | 
				
			|||||||
3.0.4
 | 
					3.0.6
 | 
				
			||||||
 | 
				
			|||||||
@ -2,7 +2,7 @@
 | 
				
			|||||||
# This needs to be bullseye-slim because the Ruby image is built on bullseye-slim
 | 
					# This needs to be bullseye-slim because the Ruby image is built on bullseye-slim
 | 
				
			||||||
ARG NODE_VERSION="16.18.1-bullseye-slim"
 | 
					ARG NODE_VERSION="16.18.1-bullseye-slim"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
FROM ghcr.io/moritzheiber/ruby-jemalloc:3.0.4-slim as ruby
 | 
					FROM ghcr.io/moritzheiber/ruby-jemalloc:3.0.6-slim as ruby
 | 
				
			||||||
FROM node:${NODE_VERSION} as build
 | 
					FROM node:${NODE_VERSION} as build
 | 
				
			||||||
 | 
					
 | 
				
			||||||
COPY --link --from=ruby /opt/ruby /opt/ruby
 | 
					COPY --link --from=ruby /opt/ruby /opt/ruby
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user