From 4ed24249ef67164409ad88ecfba50ca37c0931e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 21:36:37 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ghcr.io/hassio-ad?= =?UTF-8?q?dons/debian-base=20Docker=20tag=20to=20v7.5.0=20(#318)?= 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> Co-authored-by: Franck Nijhof --- bitwarden/Dockerfile | 4 ++-- bitwarden/build.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitwarden/Dockerfile b/bitwarden/Dockerfile index 0122c3c..94b9c0c 100755 --- a/bitwarden/Dockerfile +++ b/bitwarden/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.4.0 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.5.0 ############################################################################### # Get prebuild containers from Vaultwarden ############################################################################### @@ -24,7 +24,7 @@ RUN \ \ && apt-get install -y --no-install-recommends \ libmariadb-dev-compat=1:10.11.6-0+deb12u1 \ - libpq5=15.7-0+deb12u1 \ + libpq5=15.8-0+deb12u1 \ nginx=1.22.1-9 \ sqlite3=3.40.1-2 \ && apt-get clean \ diff --git a/bitwarden/build.yaml b/bitwarden/build.yaml index 1605a9d..ecfc772 100644 --- a/bitwarden/build.yaml +++ b/bitwarden/build.yaml @@ -1,8 +1,8 @@ --- build_from: - aarch64: ghcr.io/hassio-addons/debian-base:7.4.0 - amd64: ghcr.io/hassio-addons/debian-base:7.4.0 - armv7: ghcr.io/hassio-addons/debian-base:7.4.0 + aarch64: ghcr.io/hassio-addons/debian-base:7.5.0 + amd64: ghcr.io/hassio-addons/debian-base:7.5.0 + armv7: ghcr.io/hassio-addons/debian-base:7.5.0 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev