Update rust Docker tag to v1.82
All checks were successful
/ build-container (push) Successful in 6m2s

This commit is contained in:
Renovate Bot 2024-10-18 00:05:21 +00:00 committed by finn
parent 795836e81b
commit b6f51299f7

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 # not clear what this is used for
RUN apt-get update && apt-get install -y libdbus-1-dev pkg-config RUN apt-get update && apt-get install -y libdbus-1-dev pkg-config
COPY . /src COPY . /src