Skip to content

Commit f3ead43

Browse files
Bump Dockerfile Rust version to 1.58
1 parent 17376ce commit f3ead43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.57.0 AS builder
1+
FROM rust:1.58.0 AS builder
22
WORKDIR /usr/src/reshape
33
COPY . .
44
RUN cargo build --release

0 commit comments

Comments
 (0)