Skip to content

Commit 7633da2

Browse files
authored
Merge pull request #117 from filecoin-project/feat/create-metrics-db
upgrade rust to 1.72 in dockerfile
2 parents 0928bfe + e6838b6 commit 7633da2

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.71 AS builder
1+
FROM rust:1.72 AS builder
22
COPY ./fplus-lib /fplus-lib
33
COPY ./fplus-http-server/Cargo.toml /fplus-http-server/Cargo.toml
44
COPY ./fplus-http-server/src /fplus-http-server/src

0 commit comments

Comments
 (0)