Parcourir la source

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

Joan Miquel il y a 3 ans
Parent
commit
095fab5c97
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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