浏览代码

[rust] Fix Gotham (#8560)

Joan Miquel 1 年之前
父节点
当前提交
423e328d83
共有 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.60
+FROM rust:1.65
 
 WORKDIR /gotham
 COPY ./src ./src