From b6f51299f7c7b578042d25fcbe1dac65960bc3b6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 18 Oct 2024 00:05:21 +0000 Subject: [PATCH] Update rust Docker tag to v1.82 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 9fad42e..1b8a79f 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM library/rust:1.81 AS build +FROM library/rust:1.82 AS build # not clear what this is used for RUN apt-get update && apt-get install -y libdbus-1-dev pkg-config COPY . /src