From d53e17215ebc1ac6251ff3156520d41e6babdc1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 20:35:24 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F19/m?= =?UTF-8?q?ariadb-client=20to=20v10.11.6-r0=20(#209)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- phpmyadmin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpmyadmin/Dockerfile b/phpmyadmin/Dockerfile index d704e49..4c91efc 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=10.11.5-r3 \ + mariadb-client=10.11.6-r0 \ nginx=1.24.0-r14 \ php81-curl=8.1.27-r0 \ php81-fpm=8.1.27-r0 \