Update rust Docker tag to v1.82 #6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue