Skip to content

Commit a593ea0

Browse files
authored
Update runing image
1 parent 5ae641f commit a593ea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ COPY . .
1010
# run release build
1111
RUN cargo build --release
1212

13-
# create final container using rust
14-
FROM rust:latest
13+
# https://hub.docker.com/r/bitnami/minideb
14+
FROM bitnami/minideb:latest
1515

1616
# microbin will be in /usr/local/bin/microbin/
1717
WORKDIR /usr/local/bin

0 commit comments

Comments
 (0)