diff --git a/Containerfile b/Containerfile index 1b8a79f..dbd5ca6 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM library/rust:1.82 AS build +FROM library/rust:1.83 AS build # not clear what this is used for RUN apt-get update && apt-get install -y libdbus-1-dev pkg-config COPY . /src