Skip to content

Commit fabab85

Browse files
Merge pull request #195 from code0-tech/renovate/rust-1.x
Update rust Docker tag to v1.90
2 parents 9679f05 + 2446621 commit fabab85

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 rust:1.89-slim as builder
1+
FROM rust:1.90-slim as builder
22
WORKDIR /app
33
COPY . .
44
RUN cargo build --release

0 commit comments

Comments
 (0)