瀏覽代碼

Fix rust/gotham start/stop issues (#7226)

Joan Miquel 3 年之前
父節點
當前提交
095fab5c97
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frameworks/Rust/gotham/gotham.dockerfile

+ 1 - 1
frameworks/Rust/gotham/gotham.dockerfile

@@ -1,4 +1,4 @@
-FROM rust:1.44
+FROM rust:1.59
 
 WORKDIR /gotham
 COPY ./src ./src