Browse Source

Update gotham rust image (#8288)

ecruz-te 2 years ago
parent
commit
e762ae2867
1 changed files with 1 additions and 1 deletions
  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