We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41aae97 commit ca7d2b3Copy full SHA for ca7d2b3
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