This commit is contained in:
rustmailer
2025-11-22 02:17:06 +08:00
parent 901615e031
commit 6a5706e846
3 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -447,7 +447,7 @@ dependencies = [
[[package]]
name = "bichon"
version = "0.0.1"
version = "0.0.3"
dependencies = [
"ahash",
"async-imap",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "bichon"
version = "0.0.1"
version = "0.0.3"
edition = "2021"
[[bin]]
+1 -1
View File
@@ -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