We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25ca60a + 7e78a6e commit 3c20b51Copy full SHA for 3c20b51
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
# Use the official Rust image as the base image
2
-FROM rust:1.81 AS builder
+FROM rust:1.85 AS builder
3
4
# Install protobuf compiler
5
RUN apt-get update && apt-get install -y protobuf-compiler git
0 commit comments