ecruz-te 2 лет назад
Родитель
Сommit
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