Sfoglia il codice sorgente

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

Joan Miquel 3 anni fa
parent
commit
095fab5c97
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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