We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fcc9c2 commit 5c827eaCopy full SHA for 5c827ea
grandine/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rust:1.80.1-bullseye AS builder
+FROM rust:1.82.0-bullseye AS builder
2
RUN apt-get clean && apt-get update && apt-get --yes upgrade && apt-get install --yes cmake libclang-dev
3
COPY . .
4
RUN scripts/build/release.sh
grandine/Dockerfile.minimal
RUN scripts/build/minimal.sh
0 commit comments