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