fix: correct stalwart repo name in download URL
Build Stalwart Mail Yolk / build (push) Failing after 1m16s
Build Stalwart Mail Yolk / build (push) Failing after 1m16s
This commit is contained in:
@@ -30,7 +30,7 @@ RUN mkdir -p /home/container/stalwart-mail/bin \
|
|||||||
# Install Stalwart Mail Server
|
# Install Stalwart Mail Server
|
||||||
ARG STALWART_VERSION=0.16.8
|
ARG STALWART_VERSION=0.16.8
|
||||||
RUN cd /tmp \
|
RUN cd /tmp \
|
||||||
&& curl -sSL -o stalwart.tar.gz "https://github.com/stalwartlabs/mail-server/releases/download/v${STALWART_VERSION}/stalwart-x86_64-unknown-linux-gnu.tar.gz" \
|
&& curl -sSL -o stalwart.tar.gz "https://github.com/stalwartlabs/stalwart/releases/download/v${STALWART_VERSION}/stalwart-x86_64-unknown-linux-gnu.tar.gz" \
|
||||||
&& tar xzf stalwart.tar.gz \
|
&& tar xzf stalwart.tar.gz \
|
||||||
&& mv stalwart-* /home/container/stalwart-mail/bin/stalwart-mail \
|
&& mv stalwart-* /home/container/stalwart-mail/bin/stalwart-mail \
|
||||||
&& chmod +x /home/container/stalwart-mail/bin/stalwart-mail \
|
&& chmod +x /home/container/stalwart-mail/bin/stalwart-mail \
|
||||||
|
|||||||
Reference in New Issue
Block a user