We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb3b3e7 + d7cf595 commit 6a1faf2Copy full SHA for 6a1faf2
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
# Use the official Rust image as the builder stage
2
-FROM rust:1.93-slim AS builder
+FROM rust:1.94-slim AS builder
3
4
# Install build dependencies
5
RUN apt-get update && apt-get install -y \
0 commit comments