changed image again
All checks were successful
Cargo Build & Test / Push to container registry (push) Successful in 2m43s
All checks were successful
Cargo Build & Test / Push to container registry (push) Successful in 2m43s
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM rust:1.88-buster as builder
|
FROM rust:1.88-bullseye 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