Docker image is 'tiny', not 'glibc-tiny'. Update to 0.8.0.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
projectmoon 2021-02-04 18:56:15 +00:00
parent 3c177dc304
commit 12b7d355d2
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -245,7 +245,7 @@ dependencies = [
[[package]]
name = "chronicle-dicebot"
version = "0.7.0"
version = "0.8.0"
dependencies = [
"async-trait",
"bincode",

View File

@ -1,6 +1,6 @@
[package]
name = "chronicle-dicebot"
version = "0.7.0"
version = "0.8.0"
authors = ["Taylor C. Richberger <taywee@gmx.com>", "projectmoon <projectmoon@agnos.is>"]
edition = "2018"
license = 'MIT'

View File

@ -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 \