From ccbaa0ae54bcd0e17e263725a6958b1990fac447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 17:54:34 +0800 Subject: [PATCH] chore(deps): bump debian from `30482e8` to `9344f8b` in /docker (#583) Bumps debian from `30482e8` to `9344f8b`. --- updated-dependencies: - dependency-name: debian dependency-version: bookworm dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index aaddbd10..8c96d503 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -160,7 +160,7 @@ RUN set -e; \ # files with multiple auxiliary images (depth maps, HDR gain maps). # Build libheif >= 1.19 from source for the fix (GitHub #183). # Base images match production to avoid shared-library ABI mismatches. -FROM debian:bookworm@sha256:30482e873082e906a4908c10529180aefb6f77620aea7404b909829fadc5d168 AS libheif-base-arm64 +FROM debian:bookworm@sha256:9344f8b8992482f80cba753f323adeaf17690076c095ccff6cc9536be98185dc AS libheif-base-arm64 FROM ubuntu:24.04@sha256:786a8b558f7be160c6c8c4a54f9a57274f3b4fb1491cf65146521ae77ff1dc54 AS libheif-base-amd64 ARG TARGETARCH