fix: Set right rust version
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
c61dadef0b
commit
dcbcb1636c
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
FROM rust:1.19 as compile
|
FROM rust:1.79 as compile
|
||||||
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN rm -Rf /build/Cargo.lock
|
RUN rm -Rf /build/Cargo.lock
|
||||||
|
RUN cargo update
|
||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
|
|
||||||
FROM gcr.io/distroless/static-debian12
|
FROM gcr.io/distroless/static-debian12
|
||||||
|
|
Loading…
Reference in a new issue