Skip to content

Commit 2f78390

Browse files
committed
ci: update rust version used in dockerfile
1 parent d12fee8 commit 2f78390

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.76.0-slim-bullseye AS chef
1+
FROM --platform=$BUILDPLATFORM rust:1.79.0-slim-bullseye AS chef
22

33
RUN apt-get update && apt-get -y --no-install-recommends install git build-essential m4 llvm libclang-dev diffutils curl cmake libglfw3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev python3
44
RUN cargo install cargo-chef

0 commit comments

Comments
 (0)