diff --git a/php/base/Dockerfile b/php/base/Dockerfile index 1b03b61..59889d9 100644 --- a/php/base/Dockerfile +++ b/php/base/Dockerfile @@ -86,7 +86,7 @@ RUN if [[ "$PHP_VERSION" != "8.1" ]]; then \ rm -f /etc/php/conf.d/newrelic.ini; \ fi -RUN curl -sSL https://github.com/skpr/mail/releases/download/v0.0.6/skprmail_linux_amd64 -o /usr/local/bin/skprmail && \ +RUN curl -sSL https://github.com/skpr/mail/releases/download/v0.0.8/skprmail_0.0.8_linux_amd64 -o /usr/local/bin/skprmail && \ chmod +rx /usr/local/bin/skprmail # Built using an updated build approach in this fork: https://github.com/skpr/docconv