Skip to content

Commit fb02fc7

Browse files
committed
update dockerfile to rust 1.81
1 parent 41b669e commit fb02fc7

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.79 AS builder
1+
FROM rust:1.81 AS builder
22
RUN apt-get update && apt-get install -y \
33
pkg-config \
44
libssl-dev \

0 commit comments

Comments
 (0)