Przeglądaj źródła

Update gotham rust image (#8288)

ecruz-te 2 lat temu
rodzic
commit
e762ae2867
1 zmienionych plików z 1 dodań i 1 usunięć
  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