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