From a321c66bf0fc87d12abe944655d9b7a8f0a0d997 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 20:48:51 +0000 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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bookstack/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookstack/Dockerfile b/bookstack/Dockerfile index 63eba35..c05ee1c 100644 --- a/bookstack/Dockerfile +++ b/bookstack/Dockerfile @@ -10,7 +10,7 @@ ARG BOOKSTACK_VERSION="v23.12.2" # 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 \ php82-curl=8.2.15-r0 \ php82-dom=8.2.15-r0 \