Explorar el Código

Update gotham rust image (#8288)

ecruz-te hace 2 años
padre
commit
e762ae2867
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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