From d6300632c9c3ddfce11cffead527c5275ddb16e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 01:43:38 +0100 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=20(#373)?= 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> --- bookstack/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookstack/Dockerfile b/bookstack/Dockerfile index 4d7aa2d..6be97a8 100644 --- a/bookstack/Dockerfile +++ b/bookstack/Dockerfile @@ -10,7 +10,7 @@ ARG BOOKSTACK_VERSION="v24.12.1" # 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 \ php83-curl=8.3.17-r0 \ php83-dom=8.3.17-r0 \