Skip to content

Commit 5c827ea

Browse files
authored
Upgrade Rust version in Dockerfile to 1.82.0 (#319)
Signed-off-by: Barnabas Busa <[email protected]>
1 parent 6fcc9c2 commit 5c827ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

grandine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.80.1-bullseye AS builder
1+
FROM rust:1.82.0-bullseye AS builder
22
RUN apt-get clean && apt-get update && apt-get --yes upgrade && apt-get install --yes cmake libclang-dev
33
COPY . .
44
RUN scripts/build/release.sh

grandine/Dockerfile.minimal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.80.1-bullseye AS builder
1+
FROM rust:1.82.0-bullseye AS builder
22
RUN apt-get clean && apt-get update && apt-get --yes upgrade && apt-get install --yes cmake libclang-dev
33
COPY . .
44
RUN scripts/build/minimal.sh

0 commit comments

Comments
 (0)