From 6a5706e846b2ca0efbe7cb04cfc1793037716853 Mon Sep 17 00:00:00 2001 From: rustmailer Date: Sat, 22 Nov 2025 02:17:06 +0800 Subject: [PATCH] update --- Cargo.lock | 2 +- Cargo.toml | 2 +- docker/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2876cfa..1a892e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -447,7 +447,7 @@ dependencies = [ [[package]] name = "bichon" -version = "0.0.1" +version = "0.0.3" dependencies = [ "ahash", "async-imap", diff --git a/Cargo.toml b/Cargo.toml index 4313ade..b4dec19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bichon" -version = "0.0.1" +version = "0.0.3" edition = "2021" [[bin]] diff --git a/docker/Dockerfile b/docker/Dockerfile index 74624aa..a135d1b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -13,7 +13,7 @@ WORKDIR /opt/bichon # Copy compiled binary (ensure it's statically linked or compatible with bullseye) COPY ${TARGETARCH}/bichon /opt/bichon/bichon -COPY LICENSE /opt/bichon/ +COPY ${TARGETARCH}/LICENSE /opt/bichon/ # Set proper permissions RUN chmod +x /opt/bichon/bichon