mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
update
This commit is contained in:
Generated
+1
-1
@@ -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
@@ -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
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user