We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a755ea commit 42392d0Copy full SHA for 42392d0
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rust:1.83-slim as builder
+FROM rust:1.85-slim as builder
2
WORKDIR /app
3
COPY . .
4
RUN cargo build --release
0 commit comments