We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41aae97 + ca7d2b3 commit d686b99Copy full SHA for d686b99
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
# Multi-stage Docker build for RustNet
2
-FROM rust:1.82-slim AS builder
+FROM rust:1.89-slim AS builder
3
4
# Install build dependencies
5
RUN apt-get update && apt-get install -y \
0 commit comments