From 9c8cff88896217beceac32700d92edfe4d25afc2 Mon Sep 17 00:00:00 2001 From: Parth Gohil <138430690+parthpnx@users.noreply.github.com> Date: Mon, 18 Nov 2024 10:11:12 +0530 Subject: [PATCH] chore: bump skprmail in base image to 1.0.0 --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index 6e017f1..9f9fc8d 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -67,7 +67,7 @@ RUN apk --update --no-cache add \ poppler-utils \ libsodium -RUN export SKPRMAIL_VERSION=0.0.14 && \ +RUN export SKPRMAIL_VERSION=1.0.0 && \ curl -sSL https://github.com/skpr/mail/releases/download/v${SKPRMAIL_VERSION}/skprmail_${SKPRMAIL_VERSION}_linux_${ARCH} -o /usr/local/bin/skprmail && \ chmod +rx /usr/local/bin/skprmail