From 450b24f8f5ee9c02639027761613761c7c2d804a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 19:46:03 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F24/n?= =?UTF-8?q?ginx=20to=20v1.30.3-r0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roundcube/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcube/Dockerfile b/roundcube/Dockerfile index 4ed73dd..958b919 100644 --- a/roundcube/Dockerfile +++ b/roundcube/Dockerfile @@ -19,7 +19,7 @@ ARG BUILD_VERSION # Setup base RUN apk add --no-cache \ mariadb-client=11.8.8-r0 \ - nginx=1.30.2-r1 \ + nginx=1.30.3-r0 \ php84=8.4.22-r0 \ php84-fpm=8.4.22-r0 \ php84-pecl-imap=1.0.3-r0 \