From 15c5a563f346ba57aafc4d3607fa4f150574463b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 19:33:09 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F21/m?= =?UTF-8?q?ariadb-client=20to=20v11.4.5-r0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpmyadmin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpmyadmin/Dockerfile b/phpmyadmin/Dockerfile index 20dea09..be93b77 100755 --- a/phpmyadmin/Dockerfile +++ b/phpmyadmin/Dockerfile @@ -9,7 +9,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # hadolint ignore=DL3003 RUN \ apk add --no-cache \ - mariadb-client=11.4.4-r1 \ + mariadb-client=11.4.5-r0 \ nginx=1.26.2-r4 \ php82-curl=8.2.27-r0 \ php82-fpm=8.2.27-r0 \