Compare commits
	
		
			1 Commits 
		
	
	
		
			cae2240414
			...
			439d0131ed
		
	
	| Author | SHA1 | Date | 
|---|---|---|
| 
							
							
								
									
								
								 | 
						439d0131ed | 
| 
						 | 
					@ -4,7 +4,7 @@ branches:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pipeline:
 | 
					pipeline:
 | 
				
			||||||
  build:
 | 
					  build:
 | 
				
			||||||
    image: 'rust:1.85-alpine3.21'
 | 
					    image: 'rust:1.86-alpine3.21'
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - apk add build-base
 | 
					      - apk add build-base
 | 
				
			||||||
      - cargo build 
 | 
					      - cargo build 
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
FROM rust:1.85-alpine3.21 AS builder
 | 
					FROM rust:1.86-alpine3.21 AS builder
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ARG DI_VER=1.2.5
 | 
					ARG DI_VER=1.2.5
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue