| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -13,7 +13,7 @@ RUN apk add --update --no-cache tzdata && \ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					RUN apk add --no-cache build-base=0.5-r3 busybox=1.36.1-r7 nodejs-current=20.8.1-r0 yarn=1.22.19-r0 postgresql13-dev=13.18-r0 bash=5.2.15-r5 | 
					 | 
					 | 
					 | 
					RUN apk add --no-cache build-base=0.5-r3 busybox=1.36.1-r7 nodejs-current=20.8.1-r0 yarn=1.22.19-r0 postgresql13-dev=13.18-r0 bash=5.2.15-r5 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					# Bundler version should be the same version as what the Gemfile.lock was bundled with | 
					 | 
					 | 
					 | 
					# Bundler version should be the same version as what the Gemfile.lock was bundled with | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					RUN gem install bundler:2.3.14 --no-document | 
					 | 
					 | 
					 | 
					RUN gem install bundler:2.6.4 --no-document | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					COPY .ruby-version Gemfile Gemfile.lock /app/ | 
					 | 
					 | 
					 | 
					COPY .ruby-version Gemfile Gemfile.lock /app/ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					RUN bundle config set without "development test" | 
					 | 
					 | 
					 | 
					RUN bundle config set without "development test" | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |