浏览代码

Update gotham rust image (#8288)

ecruz-te 2 年之前
父节点
当前提交
e762ae2867
共有 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.59
+FROM rust:1.60
 
 WORKDIR /gotham
 COPY ./src ./src