We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe51232 commit 82d7c02Copy full SHA for 82d7c02
Dockerfile
@@ -1,5 +1,5 @@
1
# Multi-stage build for minimal final image
2
-FROM rust:1.83-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