We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae641f commit a593ea0Copy full SHA for a593ea0
Dockerfile
@@ -10,8 +10,8 @@ COPY . .
10
# run release build
11
RUN cargo build --release
12
13
-# create final container using rust
14
-FROM rust:latest
+# https://hub.docker.com/r/bitnami/minideb
+FROM bitnami/minideb:latest
15
16
# microbin will be in /usr/local/bin/microbin/
17
WORKDIR /usr/local/bin
0 commit comments