Browse Source

[rust] Fix Roa (#8518)

Joan Miquel 1 year ago
parent
commit
14b3f9e3a9

+ 1 - 1
frameworks/Rust/roa/roa-core.dockerfile

@@ -1,4 +1,4 @@
-FROM rust:1.59
+FROM rust:1.73
 
 RUN apt-get update -yqq && apt-get install -yqq cmake g++
 

+ 1 - 1
frameworks/Rust/roa/roa-diesel.dockerfile

@@ -1,4 +1,4 @@
-FROM rust:1.59
+FROM rust:1.73
 
 RUN apt-get update -yqq && apt-get install -yqq cmake g++
 

+ 1 - 1
frameworks/Rust/roa/roa-pg.dockerfile

@@ -1,4 +1,4 @@
-FROM rust:1.59
+FROM rust:1.73
 
 RUN apt-get update -yqq && apt-get install -yqq cmake g++
 

+ 1 - 1
frameworks/Rust/roa/roa-sqlx.dockerfile

@@ -1,4 +1,4 @@
-FROM rust:1.59
+FROM rust:1.73
 
 RUN apt-get update -yqq && apt-get install -yqq cmake g++
 

+ 1 - 1
frameworks/Rust/roa/roa-tokio.dockerfile

@@ -1,4 +1,4 @@
-FROM rust:1.59
+FROM rust:1.73
 
 RUN apt-get update -yqq && apt-get install -yqq cmake g++
 

+ 1 - 1
frameworks/Rust/roa/roa.dockerfile

@@ -1,4 +1,4 @@
-FROM rust:1.59.0
+FROM rust:1.73
 
 RUN apt-get update -yqq && apt-get install -yqq cmake g++