chore(release): 1.0.3-rc.11

This commit is contained in:
charlesgauthereau
2026-01-28 15:19:47 +01:00
parent 99c42206c1
commit ded14df677
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -22,5 +22,5 @@ keywords:
- self-hosted
- portabase
license: Apache-2.0
version: 1.0.3-rc.10
version: 1.0.3-rc.11
date-released: "2026-01-28"
Generated
+1 -1
View File
@@ -1595,7 +1595,7 @@ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
[[package]]
name = "portabase-agent"
version = "1.0.3-rc.9"
version = "1.0.3-rc.10"
dependencies = [
"anyhow",
"async-trait",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "portabase-agent"
version = "1.0.3-rc.10"
version = "1.0.3-rc.11"
edition = "2024"
[dependencies]
+2 -1
View File
@@ -123,7 +123,8 @@ COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
COPY --from=base /usr/lib/postgresql/ /usr/lib/postgresql/
COPY --from=base /usr/local/mongodb/bin /usr/local/mongodb/bin
COPY --from=base /usr/bin/mongodump /usr/local/bin/mongodump
COPY --from=base /usr/bin/mongorestore /usr/local/bin/mongorestore
ENV APP_ENV=production