diff --git a/containers/ejabberd-captcha/Dockerfile b/containers/ejabberd-captcha/Dockerfile index 456a9bd..c612548 100644 --- a/containers/ejabberd-captcha/Dockerfile +++ b/containers/ejabberd-captcha/Dockerfile @@ -1,12 +1,12 @@ # platforms: linux/amd64 # renovate: datasource=docker depName=ejabberd/ecs # app_version: 26.02 -# revision: 1 +# revision: 2 # description: Robust, Ubiquitous and Massively Scalable Messaging Platform (XMPP, MQTT, SIP Server) with captcha scripts support and replacement of placeholders in config file with environment variables FROM ejabberd/ecs:26.02@sha256:d3b51fd066efc929f74c5cc4e8bd97874670d49539c42748dc5cffe4709f6e1c # renovate: datasource=repology depName=alpine_3_22/imagemagick versioning=loose -ARG IMAGEMAGICK_VERSION="7.1.2.8-r0" +ARG IMAGEMAGICK_VERSION="7.1.2.15-r0" # renovate: datasource=repology depName=alpine_3_22/ghostscript-fonts versioning=loose ARG GHOSTSCRIPT_FONTS_VERSION="8.11-r5" # renovate: datasource=repology depName=alpine_3_22/bash versioning=loose