chore: update unsend version to v1.3.2

This commit is contained in:
Mohab Gabber
2025-02-09 03:22:23 +02:00
parent 7bb8456cb7
commit 0a0f53e9de
2 changed files with 2 additions and 2 deletions

View File

@@ -1095,7 +1095,7 @@ export const templates: TemplateData[] = [
{
id: "unsend",
name: "Unsend",
version: "v1.2.4",
version: "v1.3.2",
description: "Open source alternative to Resend,Sendgrid, Postmark etc. ",
logo: "unsend.png",
links: {

View File

@@ -47,7 +47,7 @@ services:
command: -c 'mkdir -p /data/unsend && minio server /data --console-address ":9001" --address ":9002"'
unsend:
image: unsend/unsend:v1.2.5
image: unsend/unsend:v1.3.2
networks:
- dokploy-network
restart: always