forked from projectmoon/tenebrous-dicebot
Docker image is 'tiny', not 'glibc-tiny'. Update to 0.8.0.
This commit is contained in:
parent
3c177dc304
commit
12b7d355d2
|
@ -245,7 +245,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "chronicle-dicebot"
|
||||
version = "0.7.0"
|
||||
version = "0.8.0"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"bincode",
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue