Update runing image

This commit is contained in:
techial 2022-08-28 16:27:38 +08:00 committed by GitHub
parent 5ae641fda0
commit a593ea0160
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,8 +10,8 @@ COPY . .
# run release build
RUN cargo build --release
# create final container using rust
FROM rust:latest
# https://hub.docker.com/r/bitnami/minideb
FROM bitnami/minideb:latest
# microbin will be in /usr/local/bin/microbin/
WORKDIR /usr/local/bin