changed image to buster
Some checks failed
Cargo Build & Test / Push to container registry (push) Failing after 1m37s
Some checks failed
Cargo Build & Test / Push to container registry (push) Failing after 1m37s
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM rust:1.88 as builder
|
FROM rust:1.88-buster 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