Update rust Docker tag to v1.82 #6

Merged
finn merged 1 commit from renovate/rust-1.x into main 2024-10-23 00:11:44 +00:00
Showing only changes of commit b6f51299f7 - Show all commits

View file

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