From ec4a3b326151e0ccf1962473504d209dc2042548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 06:32:12 +0000 Subject: [PATCH] chore(deps): bump debian from `346fa03` to `d07d1b5` Bumps debian from `346fa03` to `d07d1b5`. --- updated-dependencies: - dependency-name: debian dependency-version: d07d1b51c39f51188e60be9b64e6bf769fa94e187f092bc32b91305cfa34ba5a dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- Dockerfile.prebuilt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0376a151..31644607 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Debian 13 (Trixie) slim - amd64 # Version: 13.3-slim (trixie-slim) # Reduces vulnerabilities: 2 HIGH, 1 MEDIUM, 4 LOW vs Debian 12 -FROM --platform=$BUILDPLATFORM debian@sha256:346fa035ca82052ce8ec3ddb9df460b255507acdeb1dc880a8b6930e778a553c AS build +FROM --platform=$BUILDPLATFORM debian@sha256:d07d1b51c39f51188e60be9b64e6bf769fa94e187f092bc32b91305cfa34ba5a AS build ARG OWNER=nam20485 ARG GITHUB_TOKEN="PASSWORD" @@ -75,7 +75,7 @@ RUN cmake --build --preset linux-release # Debian 13 (Trixie) slim - amd64 # Version: 13.3-slim (trixie-slim) # Reduces vulnerabilities: 2 HIGH, 1 MEDIUM, 4 LOW vs Debian 12 -FROM --platform=$TARGETPLATFORM debian@sha256:346fa035ca82052ce8ec3ddb9df460b255507acdeb1dc880a8b6930e778a553c AS run +FROM --platform=$TARGETPLATFORM debian@sha256:d07d1b51c39f51188e60be9b64e6bf769fa94e187f092bc32b91305cfa34ba5a AS run # ARG ODBDESIGN_SERVER_REQUEST_USERNAME="" # ARG ODBDESIGN_SERVER_REQUEST_PASSWORD="" LABEL org.opencontainers.image.source=https://github.com/nam20485/OdbDesign \ diff --git a/Dockerfile.prebuilt b/Dockerfile.prebuilt index 69e264a7..370c12d2 100644 --- a/Dockerfile.prebuilt +++ b/Dockerfile.prebuilt @@ -2,7 +2,7 @@ # This Dockerfile is used by the Docker Publish workflow to create images from # artifacts built by the CMake Multi-Platform workflow, avoiding a full rebuild. -FROM debian:bookworm-slim@sha256:74a21da88cf4b2e8fde34558376153c5cd80b00ca81da2e659387e76524edc73 AS run +FROM debian:bookworm-slim@sha256:60eac759739651111db372c07be67863818726f754804b8707c90979bda511df AS run LABEL org.opencontainers.image.source=https://github.com/nam20485/OdbDesign \ org.opencontainers.image.authors=https://github.com/nam20485 \