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 2221bbb commit 11d4417Copy full SHA for 11d4417
Dockerfile.template
@@ -20,7 +20,7 @@ RUN touch -a -m ./src/main.rs
20
RUN cargo build --release --target-dir .
21
22
# 6. Chain builds for optimization
23
-FROM balenalib/%%BALENA_ARCH%%-debian:latest-run
+FROM debian:bookworm-slim
24
25
WORKDIR /usr/src/balena-rust-hello-world
26
0 commit comments