Update Rust base image to latest version
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
# Stage 1: Build binary
|
# Stage 1: Build binary
|
||||||
FROM rust:1.85-bookworm AS builder
|
FROM rust:latest AS builder
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
|
|||||||
Reference in New Issue
Block a user