Skip to content

Commit

Permalink
Merge pull request #5442 from mailcow/renovate/php-pecl-mail-mailpars…
Browse files Browse the repository at this point in the history
…e-3.x

Update dependency php/pecl-mail-mailparse to v3.1.6
  • Loading branch information
DerLinkman authored Oct 12, 2023
2 parents 7e3d736 + 87e3c91 commit a94a29a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/Dockerfiles/phpfpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG APCU_PECL_VERSION=5.1.22
# renovate: datasource=github-tags depName=Imagick/imagick versioning=semver-coerced extractVersion=^v(?<version>.*)$
ARG IMAGICK_PECL_VERSION=3.7.0
# renovate: datasource=github-tags depName=php/pecl-mail-mailparse versioning=semver-coerced extractVersion=^v(?<version>.*)$
ARG MAILPARSE_PECL_VERSION=3.1.4
ARG MAILPARSE_PECL_VERSION=3.1.6
# renovate: datasource=github-tags depName=php-memcached-dev/php-memcached versioning=semver-coerced extractVersion=^v(?<version>.*)$
ARG MEMCACHED_PECL_VERSION=3.2.0
# renovate: datasource=github-tags depName=phpredis/phpredis versioning=semver-coerced extractVersion=^v(?<version>.*)$
Expand Down Expand Up @@ -110,4 +110,4 @@ COPY ./docker-entrypoint.sh /

ENTRYPOINT ["/docker-entrypoint.sh"]

CMD ["php-fpm"]
CMD ["php-fpm"]

0 comments on commit a94a29a

Please sign in to comment.