From 75765b1f73d6bd2cfa10e17762b3b147180f86f1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 21 Feb 2025 01:03:45 +0000 Subject: [PATCH] Update rust Docker tag to v1.85 --- distribution/docker/debian.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/docker/debian.Dockerfile b/distribution/docker/debian.Dockerfile index e845d94..38f3d8a 100644 --- a/distribution/docker/debian.Dockerfile +++ b/distribution/docker/debian.Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM rust:1.78-slim-bullseye AS build +FROM rust:1.85-slim-bullseye AS build ENV DEBIAN_FRONTEND=noninteractive RUN apt update && apt upgrade -y && apt install -y curl libssl-dev libarchive-tools pkg-config protobuf-compiler libgit2