Skip to content

Commit 3c20b51

Browse files
authored
Merge pull request #248 from niteshbalusu11/patch-1
Update Rust base image version to 1.85
2 parents 25ca60a + 7e78a6e commit 3c20b51

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
# Use the official Rust image as the base image
2-
FROM rust:1.81 AS builder
2+
FROM rust:1.85 AS builder
33

44
# Install protobuf compiler
55
RUN apt-get update && apt-get install -y protobuf-compiler git

0 commit comments

Comments
 (0)