diff --git a/frameworks/Rust/roa/roa-core.dockerfile b/frameworks/Rust/roa/roa-core.dockerfile index ce2fd1e0723..e77098a5a32 100644 --- a/frameworks/Rust/roa/roa-core.dockerfile +++ b/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++ diff --git a/frameworks/Rust/roa/roa-diesel.dockerfile b/frameworks/Rust/roa/roa-diesel.dockerfile index effe77c5c04..35d7aa3507a 100644 --- a/frameworks/Rust/roa/roa-diesel.dockerfile +++ b/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++ diff --git a/frameworks/Rust/roa/roa-pg.dockerfile b/frameworks/Rust/roa/roa-pg.dockerfile index d0a93934630..beb9d673858 100644 --- a/frameworks/Rust/roa/roa-pg.dockerfile +++ b/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++ diff --git a/frameworks/Rust/roa/roa-sqlx.dockerfile b/frameworks/Rust/roa/roa-sqlx.dockerfile index bb2468f68f8..f14a42dc735 100644 --- a/frameworks/Rust/roa/roa-sqlx.dockerfile +++ b/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++ diff --git a/frameworks/Rust/roa/roa-tokio.dockerfile b/frameworks/Rust/roa/roa-tokio.dockerfile index 93a266e10f5..38f3b9fa381 100644 --- a/frameworks/Rust/roa/roa-tokio.dockerfile +++ b/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++ diff --git a/frameworks/Rust/roa/roa.dockerfile b/frameworks/Rust/roa/roa.dockerfile index 1d330eef042..29ed4e2200f 100644 --- a/frameworks/Rust/roa/roa.dockerfile +++ b/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++