We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 211d7aa commit e41ccbeCopy full SHA for e41ccbe
1 file changed
backend/Dockerfile
@@ -37,7 +37,7 @@
37
38
# Use latest stable Rust for building
39
# Provides access to latest Rust features and optimizations
40
-FROM rust:nightly-bookworm AS builder
+FROM rustlang/rust:nightly-bookworm AS builder
41
42
# Set working directory for all subsequent commands
43
WORKDIR /app
0 commit comments