Skip to content

Commit

Permalink
bump rust version (#206)
Browse files Browse the repository at this point in the history
Signed-off-by: Barnabas Busa <busa.barnabas@gmail.com>
  • Loading branch information
barnabasbusa authored Oct 17, 2024
1 parent 3cb5d94 commit 89e4d41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grandine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.76.0-bullseye AS builder
FROM rust:1.80.1-bullseye AS builder
RUN apt-get clean && apt-get update && apt-get --yes upgrade && apt-get install --yes cmake libclang-dev
COPY . .
RUN scripts/build/release.sh
Expand Down
2 changes: 1 addition & 1 deletion grandine/Dockerfile.minimal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.76.0-bullseye AS builder
FROM rust:1.80.1-bullseye AS builder
RUN apt-get clean && apt-get update && apt-get --yes upgrade && apt-get install --yes cmake libclang-dev
COPY . .
RUN scripts/build/minimal.sh
Expand Down

0 comments on commit 89e4d41

Please sign in to comment.