Skip to content

Commit 11d4417

Browse files
patch: Replace base image with Docker Official base image
Signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
1 parent 2221bbb commit 11d4417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN touch -a -m ./src/main.rs
2020
RUN cargo build --release --target-dir .
2121

2222
# 6. Chain builds for optimization
23-
FROM balenalib/%%BALENA_ARCH%%-debian:latest-run
23+
FROM debian:bookworm-slim
2424

2525
WORKDIR /usr/src/balena-rust-hello-world
2626

0 commit comments

Comments
 (0)