Skip to content

Commit e6838b6

Browse files
committed
upgrade rust to 1.72 in dockerfile
1 parent 785922c commit e6838b6

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)