Skip to content

Commit d6fc83f

Browse files
committed
chore: bump rust in dockerfile to 1.85
1 parent f3089c0 commit d6fc83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/rust:1.84 AS builder
1+
FROM docker.io/library/rust:1.85 AS builder
22
WORKDIR /usr/src/cot-site
33
COPY . .
44
RUN cargo install --path . --locked

0 commit comments

Comments
 (0)