From 43433bdeb1a4c99453c13a007630a78ff915a9f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 18:48:01 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20debian=5F12/libma?= =?UTF-8?q?riadb-dev-compat=20to=20v1:10.11.4-1~deb12u1=20(#282)?= 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> --- bitwarden/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitwarden/Dockerfile b/bitwarden/Dockerfile index 77a39ed..718184c 100755 --- a/bitwarden/Dockerfile +++ b/bitwarden/Dockerfile @@ -23,7 +23,7 @@ RUN \ apt-get update \ \ && apt-get install -y --no-install-recommends \ - libmariadb-dev-compat=1:10.11.3-1 \ + libmariadb-dev-compat=1:10.11.4-1~deb12u1 \ libpq5=15.3-0+deb12u1 \ nginx=1.22.1-9 \ sqlite3=3.40.1-2 \