We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3089c0 commit d6fc83fCopy full SHA for d6fc83f
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM docker.io/library/rust:1.84 AS builder
+FROM docker.io/library/rust:1.85 AS builder
2
WORKDIR /usr/src/cot-site
3
COPY . .
4
RUN cargo install --path . --locked
0 commit comments