Browse Source

[rust] Fix Gotham (#8560)

Joan Miquel 1 year ago
parent
commit
423e328d83
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.60
+FROM rust:1.65
 
 
 WORKDIR /gotham
 WORKDIR /gotham
 COPY ./src ./src
 COPY ./src ./src