From 42f098555c0e274f69d29ddd80effbc22e0e0b19 Mon Sep 17 00:00:00 2001 From: Joanhey Date: Fri, 3 Nov 2023 12:05:36 +0100 Subject: [PATCH] [rust] Fix Roa --- frameworks/Rust/roa/roa-core.dockerfile | 2 +- frameworks/Rust/roa/roa-diesel.dockerfile | 2 +- frameworks/Rust/roa/roa-pg.dockerfile | 2 +- frameworks/Rust/roa/roa-sqlx.dockerfile | 2 +- frameworks/Rust/roa/roa-tokio.dockerfile | 2 +- frameworks/Rust/roa/roa.dockerfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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++