changed rust version
Some checks failed
Cargo Build & Test / Push to container registry (push) Failing after 1m2s
Some checks failed
Cargo Build & Test / Push to container registry (push) Failing after 1m2s
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM rust:1.67 as builder
|
FROM rust:1.88 as builder
|
||||||
WORKDIR /usr/src/myapp
|
WORKDIR /usr/src/myapp
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN cargo install --path .
|
RUN cargo install --path .
|
||||||
|
Reference in New Issue
Block a user