Compare commits
1 commit
439d0131ed
...
cae2240414
| Author | SHA1 | Date | |
|---|---|---|---|
| cae2240414 |
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ branches:
|
|||
|
||||
pipeline:
|
||||
build:
|
||||
image: 'rust:1.83-alpine3.21'
|
||||
image: 'rust:1.85-alpine3.21'
|
||||
commands:
|
||||
- apk add build-base
|
||||
- cargo build
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM rust:1.83-alpine3.21 AS builder
|
||||
FROM rust:1.85-alpine3.21 AS builder
|
||||
|
||||
ARG DI_VER=1.2.5
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue