Skip to content

Commit

Permalink
Merge pull request #85 from skpr/chore/bump-skprmail-1.0.0
Browse files Browse the repository at this point in the history
chore: bump skprmail in base image to 1.0.0
  • Loading branch information
nickschuch authored Nov 18, 2024
2 parents 4680489 + 9c8cff8 commit d567c13
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 d567c13

Please sign in to comment.