Switched to debian:stable-slim image
This commit is contained in:
		@@ -12,7 +12,7 @@ RUN cargo chef cook --release
 | 
				
			|||||||
COPY . .
 | 
					COPY . .
 | 
				
			||||||
RUN cargo b -r
 | 
					RUN cargo b -r
 | 
				
			||||||
 | 
					
 | 
				
			||||||
FROM debian:buster-slim
 | 
					FROM debian:stable-slim
 | 
				
			||||||
WORKDIR /app
 | 
					WORKDIR /app
 | 
				
			||||||
COPY --from=builder /app/target/release/pass_manager .
 | 
					COPY --from=builder /app/target/release/pass_manager .
 | 
				
			||||||
CMD [ "./pass_manager" ]
 | 
					CMD [ "./pass_manager" ]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user