Update rust Docker tag to v1.84 #15

Open
renovatebot wants to merge 1 commit from renovate/rust-1.x into main

View file

@ -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