From 419af4af9529aad1eacafaf8db0973ec2f9a131d Mon Sep 17 00:00:00 2001 From: Mikhail Yenuchenko Date: Mon, 3 Aug 2026 21:25:03 +0300 Subject: [PATCH] deploy: pin compose image tag to the actual 0.1.0 release It was still pointing at 1.0.0, a version that was never tagged or released (CHANGELOG and git tags top out at 0.1.0/v0.0.1). --- deploy/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/docker-compose.yml b/deploy/docker-compose.yml index 159b0c5..03ff977 100644 --- a/deploy/docker-compose.yml +++ b/deploy/docker-compose.yml @@ -21,7 +21,7 @@ services: selfpost: - image: ghcr.io/mixeme/selfpost:1.0.0 + image: ghcr.io/mixeme/selfpost:0.1.0 restart: unless-stopped environment: SELFPOST_HOSTNAME: "${SELFPOST_HOSTNAME:?set the mail/panel hostname, e.g. mail.example.com}"