From 8f65832770a7627a1fb646472f65bdc53aff3e51 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 10 Jan 2025 01:05:22 +0000 Subject: [PATCH] Update rust Docker tag to v1.84 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 1b8a79f..ba7408d 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM library/rust:1.82 AS build +FROM library/rust:1.84 AS build # not clear what this is used for RUN apt-get update && apt-get install -y libdbus-1-dev pkg-config COPY . /src -- 2.47.2