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 \