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]] [[package]]
name = "bichon" name = "bichon"
version = "0.0.1" version = "0.0.3"
dependencies = [ dependencies = [
"ahash", "ahash",
"async-imap", "async-imap",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "bichon" name = "bichon"
version = "0.0.1" version = "0.0.3"
edition = "2021" edition = "2021"
[[bin]] [[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 compiled binary (ensure it's statically linked or compatible with bullseye)
COPY ${TARGETARCH}/bichon /opt/bichon/bichon COPY ${TARGETARCH}/bichon /opt/bichon/bichon
COPY LICENSE /opt/bichon/ COPY ${TARGETARCH}/LICENSE /opt/bichon/
# Set proper permissions # Set proper permissions
RUN chmod +x /opt/bichon/bichon RUN chmod +x /opt/bichon/bichon