Skip to content

Commit 4a84351

Browse files
rust version upd docker file
1 parent 94fbb17 commit 4a84351

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,5 +1,5 @@
11
# Stage 1: Build the Rust binary with musl
2-
FROM rust:1.86 AS builder
2+
FROM rust:1.91.1 AS builder
33
# Install musl-dev for musl-gcc
44
RUN apt-get update && apt-get install -y musl-dev musl-tools nfs-common
55
RUN rustup target add x86_64-unknown-linux-musl

0 commit comments

Comments
 (0)