From c43815aa9befd331093f0e72694c4ff057283838 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 13:06:27 +0000 Subject: [PATCH] chore(deps): update rust docker tag to v1.79 --- .ci/Dockerfile | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/Dockerfile b/.ci/Dockerfile index 18d440a45..7106b7849 100644 --- a/.ci/Dockerfile +++ b/.ci/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.77 as build +FROM rust:1.79 as build ARG FLUTTER_VERSION=3.13.2-stable diff --git a/Dockerfile b/Dockerfile index 4ad605cd6..f852b15d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.77 as base +FROM rust:1.79 as base RUN apt-get update && \ apt-get upgrade -y && \