Skip to content

Commit

Permalink
chore(deps): update stalwartlabs/mail-server docker tag to v0.10.3 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 6, 2024
1 parent 204fccc commit 3926ceb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/stalwart-mail/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"name": "Stalwart Mail",
"available": true,
"exposable": true,
"tipi_version": 16,
"version": "0.10.2",
"tipi_version": 17,
"version": "0.10.3",
"port": 8677,
"id": "stalwart-mail",
"categories": ["media", "network", "utilities"],
Expand All @@ -26,5 +26,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1727872439000
"updated_at": 1728249914000
}
2 changes: 1 addition & 1 deletion apps/stalwart-mail/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"
services:
stalwart-mail:
image: stalwartlabs/mail-server:v0.10.2
image: stalwartlabs/mail-server:v0.10.3
container_name: stalwart-mail
volumes:
- ${APP_DATA_DIR}/data:/opt/stalwart-mail
Expand Down

0 comments on commit 3926ceb

Please sign in to comment.