From 771a884ac5a5b39290b02c760df71e479abb1698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:02:14 +0800 Subject: [PATCH] chore(deps): bump debian from `ed4fcc4` to `49ba348` in /docker (#235) Bumps debian from `ed4fcc4` to `49ba348`. --- 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 4d5519c6..6fe8a379 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -132,7 +132,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:ed4fcc40bb1162b6d2d32e7bec15044d13963779abbe63f67f1cd62b06220519 AS libheif-base-arm64 +FROM debian:bookworm@sha256:49ba348354a28e39c70beffd6cf43bdb8d55d81ce4b746b0428717d054b8bbc4 AS libheif-base-arm64 FROM ubuntu:24.04@sha256:786a8b558f7be160c6c8c4a54f9a57274f3b4fb1491cf65146521ae77ff1dc54 AS libheif-base-amd64 ARG TARGETARCH