Skip to content

Commit

Permalink
chore: bump skprmail in base image to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
parthpnx committed Nov 18, 2024
1 parent 4680489 commit 9c8cff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9c8cff8

Please sign in to comment.