From 12b7d355d2c6fac34da227152586cc0cf0d0eb8f Mon Sep 17 00:00:00 2001 From: projectmoon Date: Thu, 4 Feb 2021 18:56:15 +0000 Subject: [PATCH] Docker image is 'tiny', not 'glibc-tiny'. Update to 0.8.0. --- Cargo.lock | 2 +- Cargo.toml | 2 +- Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 816bfc3..7e9c228 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -245,7 +245,7 @@ dependencies = [ [[package]] name = "chronicle-dicebot" -version = "0.7.0" +version = "0.8.0" dependencies = [ "async-trait", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 3560866..4db0eb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chronicle-dicebot" -version = "0.7.0" +version = "0.8.0" authors = ["Taylor C. Richberger ", "projectmoon "] edition = "2018" license = 'MIT' diff --git a/Dockerfile b/Dockerfile index 3865036..13eea8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ ADD . ./ RUN cargo build --release # Final image -FROM bougyman/voidlinux:glibc-tiny +FROM bougyman/voidlinux:tiny RUN xbps-install -Sy ca-certificates libstdc++ COPY --from=builder \ /root/src/target/release/dicebot \