Skip to content

Commit bd6bb40

Browse files
chore(deps): update rust docker tag to v1.91.1
1 parent 8d320bd commit bd6bb40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM rust:1.87.0 AS chef
1+
FROM --platform=$BUILDPLATFORM rust:1.91.1 AS chef
22
RUN apt-get update && apt-get install -y clang curl llvm lld musl-tools gcc-multilib g++-multilib
33
#RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
44
#ENV PATH="/root/.cargo/bin:${PATH}"

0 commit comments

Comments
 (0)