Browse Source

Fix Rust/roa start/stop issues (#7204)

Nate 3 years ago
parent
commit
14bb2dcb16

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

@@ -1,4 +1,4 @@
-FROM rust:1.44
+FROM rust:1.59
 
 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.44
+FROM rust:1.59
 
 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.44
+FROM rust:1.59
 
 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.44
+FROM rust:1.59
 
 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.44
+FROM rust:1.59
 
 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.44
+FROM rust:1.59.0
 
 RUN apt-get update -yqq && apt-get install -yqq cmake g++